Skip to content
A minimal 2d game framework for wasm.
Rust
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples ui example May 27, 2019
src Use keycodes in checking is_key_pressed/down Jul 5, 2019
.gitignore good game Jan 29, 2019
Cargo.toml ggez'ed key_up_event and key_down_event (#17) Jun 19, 2019
README.md Update README.md Jan 30, 2019

README.md

Good Web Game

good-web-game is a native wasm32-unknown-unknown implementation of some mininimal ggez subset using WebGL1 and 2d canvas. Built to run zemeroth in the web.

In action: https://ozkriff.itch.io/zemeroth

screen

Example

  1. To build and run an example as a native binary that uses ggez:

    cd examples/simple
    cargo run
  2. To build and run a web version of an example:

    cargo install cargo-web
    cd examples/simple
    cargo web start

    Then open http://localhost:8000 in your browser.

You can’t perform that action at this time.