packages/app/cgol-odin
c

cgol-odin

v0.1app

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

0 stars0 forksUnknownupdated 2 days ago
Open repo

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

# build
$ build_desktop.bat
# run
$ build\game_desktop.exe

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

# debug build (for checking memory leaks)
$ build_desktop.bat --debug

# release build
$ build_desktop.bat --release

Web Build

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

# release build
$ build_web.bat --release
Package Info
Version
v0.1
License
Unknown
Author
@doccaico
Type
app
Forks
0
Created
3 days ago
Updated
2 days ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks