[PR #808] [CLOSED] feat: Game of Life #1325

Open
opened 2026-01-29 15:19:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/808
Author: @khod-naderi
Created: 3/5/2021
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 9b1cfa2 add ./game/game_of_life.c
  • 3d82356 Update game_of_life.c
  • 0259ddf Update game_of_life.c
  • 9148a00 Update game_of_life.c
  • 22e4fb7 Add a commant in game_of_life.c
  • dce6271 Update game_of_life.c
  • cb17673 Update comment main games/game_of_life.c
  • 318f5de Update comment games/game_of_life.c
  • 0c4f1a5 edit camment games/game_of_life.c
  • f60619c remove 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

  • Added description of change
  • Added file name matches game_of_life
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/808 **Author:** [@khod-naderi](https://github.com/khod-naderi) **Created:** 3/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9b1cfa2`](https://github.com/TheAlgorithms/C/commit/9b1cfa262204670f299a9942cb3c7ba2c42684b3) add ./game/game_of_life.c - [`3d82356`](https://github.com/TheAlgorithms/C/commit/3d8235620257c6ef0f80ca6d8b178473159043a6) Update game_of_life.c - [`0259ddf`](https://github.com/TheAlgorithms/C/commit/0259ddf3863263ebd80f03a6f7f9a3ee00f55d58) Update game_of_life.c - [`9148a00`](https://github.com/TheAlgorithms/C/commit/9148a0003e1d9384fbd15ec940303643c4a69c9e) Update game_of_life.c - [`22e4fb7`](https://github.com/TheAlgorithms/C/commit/22e4fb79231ed576e44f0ebcad602ab6e3c36fa6) Add a commant in game_of_life.c - [`dce6271`](https://github.com/TheAlgorithms/C/commit/dce6271c1c18bac7eaa0a85623a33b92a96c025e) Update game_of_life.c - [`cb17673`](https://github.com/TheAlgorithms/C/commit/cb176733b54072f55e9ae9f9891e8b1ab498e215) Update comment main games/game_of_life.c - [`318f5de`](https://github.com/TheAlgorithms/C/commit/318f5debd92551420234b502b2da92e9882c8f08) Update comment games/game_of_life.c - [`0c4f1a5`](https://github.com/TheAlgorithms/C/commit/0c4f1a5d9cfaf07cca72f50b90319e0df40026db) edit camment games/game_of_life.c - [`f60619c`](https://github.com/TheAlgorithms/C/commit/f60619c3aeb65f0f189ffef46e77c438b2c53a19) remove author Conway games/game_of_life.c ### 📊 Changes **2 files changed** (+145 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) ➕ `games/game_of_life.c` (+144 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References Add Game of Life to game #### Checklist - [x] Added description of change - [x] Added file name matches [game_of_life](https://github.com/khod-naderi/C/blob/master/games/game_of_life.c) - [x] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:19:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1325