You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
About
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".