Simple Go implementation of John Conway Game of Life to learn and play with the language.
Just open a terminal big enough (I didn't care too much about sizing) and run
docker build . -t awesome-game
docker run -it awesome-game
Simple Go implementation of John Conway Game of Life to learn and play with the language.
Just open a terminal big enough (I didn't care too much about sizing) and run
docker build . -t awesome-game
docker run -it awesome-game