diff options
| author | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-06 23:14:47 -0500 |
|---|---|---|
| committer | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-06 23:14:47 -0500 |
| commit | 91ab1e7b87b7d2e19f815e4dccaa57a8d47963a1 (patch) | |
| tree | 73327438d0fa1b01bf4375a6794ababa447c796e | |
Create README
| -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 + |
