Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/im-rises/gameoflife
Conway's Game of Life in C# Windows Forms.
https://github.com/im-rises/gameoflife
csharp gameoflife simulation windows-forms
Last synced: about 2 months ago
JSON representation
Conway's Game of Life in C# Windows Forms.
- Host: GitHub
- URL: https://github.com/im-rises/gameoflife
- Owner: Im-Rises
- License: mit
- Created: 2021-02-01T10:40:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T20:07:17.000Z (about 2 years ago)
- Last Synced: 2024-11-06T16:50:20.320Z (3 months ago)
- Topics: csharp, gameoflife, simulation, windows-forms
- Language: C#
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameOfLife
![]()
![]()
## Description
Conway's Game of Life app for Windows.
Made in C# .NET core 7.0 using Windows Forms.## Demo
| Pulsar | Penta-decathlon | Kok's galaxy |
|:----------------------------------------:|:-----------------------------------------:|:-----------------------------------------:|
| ![](./README_files/Images/Gifs/demo.gif) | ![](./README_files/Images/Gifs/demo2.gif) | ![](./README_files/Images/Gifs/demo3.gif) |## Usage
To launch the app, double-click on the GameOfLie.exe file.
In the tab menu, you can reset the app, start the simulation, stop the simulation and restart the app.
![usage](./README_files/Images/PNGs/StatesTab.png)You can also change the speed mode.
![usage2](./README_files/Images/PNGs/speedModes.png)## Documentation
Wikipedia:
[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)## Contributors
Quentin MOREL :
- @Im-Rises
-[![GitHub contributors](https://contrib.rocks/image?repo=Im-Rises/GameOfLife)](https://github.com/GameOfLife/video-ascii/graphs/contributors)