Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.01 KB

Game of life

Simple implementation of game of life.

wakatime

⚠️ WARNING
This video is not up to date please check out the release.
demo.mp4

Quick start

$ cargo run

Controls

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