Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 475 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 475 Bytes

Gitlab pipeline status

Goameoflife

Simple Go implementation of John Conway Game of Life to learn and play with the language.

Build and run

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