Langton's ant is a two-dimensional universal Turing machine with a very simple set of rules.
Read more details about Langton's ant on the Wikipedia Page.
Recommended opening on Chrome.
Checkout this repo and
$ npm install
$ npm start
The demo will be running at http://localhost:8080/
To build the code, run:
$ npm run build