Skip to content

SIGMazer/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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