Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```