Minimal version of php is >=8.3
for this project.
- Clone the project
- Run
composer dump-autoload
and thencomposer install
- Use CLI command to run
index.php
file - Enjoy =)
- Create functions to end game
- Add saving session to the file
- Create export session from file
- Add responsive UI
- Extend game by creating other fields and cells
- Improve validation
- Add custom rules for Conway's game (random life, for example)
- Write tests