Skip to content

jnathandaniell/NdLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description

Conway's Game of Life is a great way to learn some basic programming skills, and has some neat concepts associated with it.

Originally implemented in 2 dimensions, other implementations of it in 3 dimensions have been created. However, in theory, an N dimensional game of life could be created. This project aims to generalize the game of life to N dimensions, and be able to extract information from it.

Features

  • Generalized ruleset creation (assuming the number of neighbors exist as a step function)
  • Element-wise calculation (because I'm not that great at programming)
  • Stable and semi-stable structure search
  • Runtape

To be honest, I've been slowly losing my sanity and I think this project is part of it.

Also be careful with number of dimensions and size, because it gets very expensive very quickly.

Contact Me

James Daniell

[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages