button |
function |
<--- |
cursor just 1 position to the left. |
---> |
cursor just 1 position to the right. |
Hilfe |
opens this help side. |
< del |
deletes 1 character left from the cursor. |
del > |
deletes 1 character right from the cursor. |
character |
|
= |
the cell keeps the state |
+ |
increments state of the cell by 1, 9 goes to 0. |
- |
decrements state of the cell by 1, 0 stays 0. |
! |
0 goes to 1, otherwise the cell goes to 0. |
? |
the cell gets a random state (0..9). |
> |
the cell gets the highest state from the neighbours. |
< |
the cell gets the lowest state from the neighbours. |