Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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".
- Host: GitHub
- URL: https://github.com/selimdev00/langton-ant
- Owner: selimdev00
- Created: 2021-05-12T16:22:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T06:40:43.000Z (almost 2 years ago)
- Last Synced: 2023-07-15T04:36:52.073Z (over 1 year ago)
- Topics: algorithms, dimensions, hire-me-please, school
- Language: HTML
- Homepage: https://langton.netlify.app/
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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