Skip to content

Conway's Game of Life. Forest life simulator.

License

Notifications You must be signed in to change notification settings

vkarchevskyi/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of Life

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

Releases

No releases published

Packages

No packages published

Languages