Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 588 Bytes

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
  • 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