-
Notifications
You must be signed in to change notification settings - Fork 0
Igglyboo/Cellular-Automaton
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple Cellular Automaton simulator written in Python with Pyglet Pyglet is used for the drawing and Numpy for fast arrays User Modifiable variables: width: window width height: window height cell_size: size of each cell width % cell_size and height % cell_size should equal 0 born and survives, rules for the game in form B../S.. B3/S23 is the classic game of life Controls: Game can be paused with Enter While paused: Key I will clear the entire board Key O will fill the entire board Key P will randomize the board Right Arrow Key will advance the board one generation Left Mouse click/drag will turn a cell on Right Mouse click/drag will turn a cell off
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published