Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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