Skip to content

jthurst3/automata_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automata_game

A simple game I created while studying cellular automata in Coursera's Model Thinking class.

Overview: The Automata Game is a 2-player game played on a black-and-white rectangular board. We will refer to Player 1 as playing White and Player 2 as playing Black. A player wins if the majority of the squares in the last row are of his color.

Initialization: The game starts with the first row colored with half the squares white and half the squares black. Each successive row is then colored according to four rules, called the "automata rules". Each rule is represented by a pair of white and black squares, and a corresponding white or black square. For example, Rule 1 might specify that if there are two consecutive white squares, the next row will contain a black square under the first white square.

About

A simple game I created while studying cellular automata in Coursera's Model Thinking class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published