diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..37e4e54 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# nEs + +**N**ES **E**lementary cellular automata **S**imulator + +A project that simulates elementary cellular automata on the NES +using the NESfab project. Key features: + + - Multiple screens (select rule/colorschemes, running screen) + - Pausing (lets you pause the simulation and move up and down) + - Infinite scroll (sliding window on cellular automata) + +## Todolist + + - [ ] Multiple screens + - [ ] Single rule running + |
