Report as inappropriate.
This scenario was inspired by John Conway's Game of life.
You will start off with the rules of John Conway's Game of life. Although you can edit the rules on the side.
if statement:
if has (number) neighbours
set color (color)
endif
boolean checks:
-has (number) neighbours
-has neighbour (direction)
-is (color)
-is (state)
commands:
-set color (color)
-set state (state)
-set neighbour (direction) color (color)
-set neighbour (direction) state (state)
colors:
-white
-black
-red
-orange
-yellow
-green
-blue
-purple
-random (or a color spelt incorrectly)
states:
-alive
-dead (or alive spelt incorrectly)
directions:
-N (North)
-NE (North East)
-E (East)
-SE (South East)
-S (South)
-SW (South West)
-W (West)
-NW (North West)
Controls:
-Shift => pause/play
-C => clear screen
-Left click/drag => draw on living pixels
-Right click/drag => kill living pixels
A big thanks to bourne for the text box GUI
this is in beta at the moment I will release more versions, increasing the amount of possible combinations.
4635 views / 13 in the last 7 days
3 votes | 0 in the last 7 days
This scenario is a member of: Games/Simulations by Game/maniac
Want to leave a comment? You must first log in.
2013/10/17
2013/10/18
2013/10/18
2013/10/18
2013/10/18
2013/10/18
2013/10/18
2013/10/19
2013/12/20