You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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)