Valefant / cgol

An implementation of Conway's Game of Life in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cgol

An implementation of Conway's Game of Life in Nim using SDL2 bindings.

Usage

To see the available argument options type

cgol -h

Nim

For building this project Nim and Nimble have to be installed. Visit Install Nim for further information.

Compile and run

nimble install
./cgol

About

An implementation of Conway's Game of Life in Nim

License:MIT License


Languages

Language:Nim 100.0%