Skip to content

Simple implementation of Game of Life with macroquad framework

Notifications You must be signed in to change notification settings

artslob/game-of-life

Repository files navigation

game-of-life

pages-build-deployment

Game logo

Logo created with Canva.

Deployed as wasm: https://artslob.github.io/game-of-life/

Development

# macroquad dependencies on ubuntu:
apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev

Run locally: cargo run

To run locally as wasm:

rustup target add wasm32-unknown-unknown
cargo build --target wasm32-unknown-unknown
cargo install basic-http-server
basic-http-server .

TODO (optional)

  1. select map size
  2. use theme/skin for ui
  3. read map from file
  4. select map from predefined
  5. allow creating custom map
  6. add option to seed random generator

About

Simple implementation of Game of Life with macroquad framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published