Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 409 Bytes

Conways Game of Life

I was curious about Nim after hearing about it in blog post. So I learned it briefly just to get a feel for it and experiment.

Nim, as described on their homepage, can:

  • create executables
  • be compiled to C++, C, and JavaScript
  • is great for embedded software

Ultimately, it was fun dipping my toes in the Nim ecosystem and make Conways game of life.