cgol

An implementation of Conway's Game of Life in Nim

Pure Nim score 15/100 · last commit 2019-10-16 · 0 stars · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Stars 0
Forks 0
Open Issues 0
Last Commit 2019-10-16
Downloads 0
Last Indexed 2026-09-06 06:05

Installation

nimble install cgol
choosenim install cgol
git clone https://github.com/Valefant/cgol

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
cgol - - - - - - -

Source

Repository https://github.com/Valefant/cgol
Homepage https://github.com/Valefant/cgol
Registry Source github

README

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