Skip to content

Game of life developed in PHP with TDD approach

Notifications You must be signed in to change notification settings

malunem/game_of_life

Repository files navigation

What is Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Project structure:

  • Engine is in App\Services\LifeEngine.php
  • Tests are in Test\Unit\LifeTest.php
  • Terminal command and visualization script is in App\Console\Commands\StartGame.php (here you can also change initial configuration to see different evolutions).

To run the Game, use php artisan startgame

gameoflife.mp4

About

Game of life developed in PHP with TDD approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published