Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Conway's Game of Life

Play

User guide

  • [R] randomize
  • [P] pause and unpause
  • [W] speed up
  • [S] speed down
  • [A] change ALIVE color (Random)
  • [D] change DEAD color (Random)

Desktop Build (MSVC)

# debug build
$ build_desktop.bat --debug

# release build
$ build_desktop.bat --release

# run
$ build\bin\game_desktop.exe

# build and run in one line
$ call build_desktop.bat --debug && build\bin\game_desktop.exe

Web Build

# debug build
$ build_web.bat --debug

# release build
$ build_web.bat --release

# go to localhost:8000 in your browser
$ python -m http.server

About

Conway's Game of Life in C using Raylib (Desktop and Web)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages