Skip to content

This is a simple project using Nim that demonstrates Conway's Game of Life.

Notifications You must be signed in to change notification settings

matt6frey/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a simple project using Nim that demonstrates Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages