Skip to content

⬜⬛ Conway's Life implementation in C with only 300 lines of code.

Notifications You must be signed in to change notification settings

Comba92/life-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keys

  • Space Pause/Unpause
  • Left Click Add live cells
  • Right Click Remove live cells
  • Middle Click + scroll Scroll grid
  • Mouse wheel Zoom in/out
  • R Reset grid
  • C Clear grid
  • H Hide keys hint

preview

Build

This project depends on raylib.

To build and run:

  make dev

To simply build the executable:

  make prod

About

⬜⬛ Conway's Life implementation in C with only 300 lines of code.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published