Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/selimdev00/langton-ant

This is my school project, it implements two-dimensional universal Turing machine with a very simple set of rules but complex emergent behavior named "Langton's Ant".
https://github.com/selimdev00/langton-ant

algorithms dimensions hire-me-please school

Last synced: 2 days ago
JSON representation

This is my school project, it implements two-dimensional universal Turing machine with a very simple set of rules but complex emergent behavior named "Langton's Ant".

Awesome Lists containing this project

README

        

# Langton's Ant

To start project in production mode, run `npm run start`

To start project in development mode, run `npm run dev`

###### NOTE: node.js must be installed in your OS