Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzbin/langton-ant-redux
🐜 Langton's ant built with React and Redux.
https://github.com/nzbin/langton-ant-redux
langton-ant react redux
Last synced: 24 days ago
JSON representation
🐜 Langton's ant built with React and Redux.
- Host: GitHub
- URL: https://github.com/nzbin/langton-ant-redux
- Owner: nzbin
- License: mit
- Created: 2018-04-06T11:13:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T01:34:21.000Z (over 3 years ago)
- Last Synced: 2024-03-02T04:36:11.111Z (8 months ago)
- Topics: langton-ant, react, redux
- Language: JavaScript
- Homepage: https://nzbin.github.io/langton-ant-redux/
- Size: 104 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langton's ant
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](https://en.wikipedia.org/wiki/Langton's_ant).
![Langton's ant](./media/screenshot.gif)
[Try this demo on your browser](https://nzbin.github.io/langton-ant-redux/)
> Recommended opening on Chrome.
## Running the code
Checkout this repo and
```
$ npm install
$ npm start
```The demo will be running at http://localhost:8080/
## Building
To build the code, run:
```
$ npm run build
```