Skip to content

Commit 064f9e1

Browse files
committed
Updated readme and copyright description
1 parent d0816a5 commit 064f9e1

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

COPYRIGHT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cells - Cellular Automata Simulation Program
1+
Cells - Cellular automaton program
22

33
Copyright (C) 2014 Eric Hebert (ayebear)
44

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Features
2222
* Simulation
2323
* Simulation speed can be finely adjusted
2424
* Play/pause, clear, and random buttons
25+
* Can automatically save generations to image files
2526
* Tools
2627
* Paint/duplicate/simulate/toroidal
2728
* Customizable rule sets
@@ -42,15 +43,17 @@ Features
4243
### Future plans
4344

4445
#### Planned for v0.5.x:
45-
* Add a feature for automatically saving screenshots of each generation
4646
* Make a slider for changing simulation speed
47-
* Allow editing the colors using the GUI
48-
* Add more polish:
49-
* Improve selection boxes
50-
* Add icons to buttons, possibly remove their text
51-
* Restrict zooming/panning so you don't end up somewhere that you don't see anything
52-
* Have a full-screen mode (togglable on runtime)
53-
* Have "smooth" zooming
47+
* Get rid of the 3 speed buttons
48+
* Use a list box instead of buttons for the colors
49+
* This way you could have any amount of color palettes and could scroll through them
50+
* Improve selection boxes (so they don't move after resizing them)
51+
* Add icons to buttons, possibly remove their text
52+
* Restrict panning so you don't end up somewhere that you don't see anything
53+
* Have a full-screen mode (togglable on runtime, would need to re-create the window)
54+
* Have "smooth" zooming, so it zooms over a short period of time instead of instantly
55+
* Add some kind of list box or dropdown that shows all of the preset rules and their names
56+
* Will need to update the config to have the names of the rules
5457

5558
#### Planned for future releases:
5659
* Figure out a way to have a completely dynamic board size so that everything is unlimited

0 commit comments

Comments
 (0)