Command | Description |
---|---|
c | clear the game and turn off wrapping |
h | halt the game |
i I | set the update interval to I Note: I must be between 0 and 255 inclusive |
r | run the game indefinitely |
s | step the game (do one iteration of the game) |
w | toggle wrapping |
+ N M | set the pixel on the N'th column and M'th row Note: N and M must be within the size constraints for the game (nominally 0 to 255 inclusive). |
- N M | clear the pixel on the N'th column and M'th row |