Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkarchevskyi/life
Conway's Game of Life. Forest life simulator.
https://github.com/vkarchevskyi/life
conway-game conways-game-of-life life life-simulation life-simulator php
Last synced: 2 days ago
JSON representation
Conway's Game of Life. Forest life simulator.
- Host: GitHub
- URL: https://github.com/vkarchevskyi/life
- Owner: vkarchevskyi
- License: mit
- Created: 2024-03-08T13:51:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:57:42.000Z (3 months ago)
- Last Synced: 2024-11-15T18:10:09.435Z (2 months ago)
- Topics: conway-game, conways-game-of-life, life, life-simulation, life-simulator, php
- Language: PHP
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Different life simulations
### Conway's game of Life
### Forest game## How to launch?
Minimal version of php is `>=8.3` for this project.1. Clone the project
2. Run `composer dump-autoload` and then `composer install`
3. Use CLI command to run `index.php` file
4. Enjoy =)### TODO
- [ ] Create functions to end game
- [ ] Add saving session to the file
- [ ] Create export session from file
- [x] Add responsive UI
- [x] Extend game by creating other fields and cells
- [x] Improve validation
- [ ] Add custom rules for Conway's game (random life, for example)
- [x] Write tests