vasiliy-pdk / game_of_life

Convay's Game of Life. Inspired by The Global Day of Coderetreat 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My simplistic implementation of Conway's Game of Life as a part of mine deliberate practice of TDD and Simple Design in Ruby. Inspired by the Global Day Of Code Retreat in 2019 with 8th Light.

How to run?

$ bin/game_of_life

TODO

  • Add more commands: restart, speed up, speed down, specify another seed file
  • Improve appearance: title with command bar, better symbols, colours, borders, clear after stop
  • Random seed
  • Add guard to automate test execution on every change
  • Place the cells on the grid while running
  • Infinite grid
  • Put ConsoleInputReader under the test? Currently I've tried to keep the reader as simple as possible to avoid writing crazy system test. Perhaps, there could be sort of End to End test, where we run the game, collect output to file and compare it with previous one.
  • Better graphics with JRuby and libGVX, compile to Web Assembly with TeaVM.

About

Convay's Game of Life. Inspired by The Global Day of Coderetreat 2019


Languages

Language:Ruby 100.0%