Skip to content

Releases: abhayMore/More-GOL

First Release of More-GOL

01 Dec 12:38
v1.0
b9439aa
Compare
Choose a tag to compare

This is the demonstration of More-Game Of Life.

Controls - Mouse
Left Mouse Click - Changes the State from 0 to 1.
Right Mouse Click - Changes the State from 1 to 0.
Start/Pause - Starts or Pauses the Simulation.
Randomize - Randomizes the Grid with States 1 or 0.
Clear - Clears the Grid.
Select - Selects the current showing PATTERN.
Left / Right Arrow - Scrolls through different Patterns present in the Patterns.ini file.

Controls - Keyboard
S - Start/Pause
R - Randomize
C - Clear
N - Next Pattern
T - Select the Current Pattern

Note : You can add your pattern as well by adding a pattern in similar fashion as shown in the patterns.ini file.
Don't forget if u add any Pattern please add its Name in the Names.ini file, else it will show Name not present error.