Simple implementation of game of life.
This video is not up to date please check out the release. |
demo.mp4
$ cargo run
Keys | Description |
---|---|
w, s | Move cursor up and down |
j, k | Switch betwean modes |
r | Reset the board |
d | Make all cells die |
q | Quit to main menu |
Space | Pause the game |
Enter | Perform an action on the highlighted UI element |
mouse_left | Make the cell alive in sandbox mode |
mouse_right | Make the cell die in sandbox mode |