mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-24 06:19:35 +00:00
[PR #808] [CLOSED] feat: Game of Life #1325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/808
Author: @khod-naderi
Created: 3/5/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
9b1cfa2add ./game/game_of_life.c3d82356Update game_of_life.c0259ddfUpdate game_of_life.c9148a00Update game_of_life.c22e4fb7Add a commant in game_of_life.cdce6271Update game_of_life.ccb17673Update comment main games/game_of_life.c318f5deUpdate comment games/game_of_life.c0c4f1a5edit camment games/game_of_life.cf60619cremove author Conway games/game_of_life.c📊 Changes
2 files changed (+145 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
games/game_of_life.c(+144 -0)📄 Description
Description of Change
References
Add Game of Life to game
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.