Skip to content
No description, website, or topics provided.
Rust JavaScript HTML Shell
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ansi-frontend
src
web-frontend
.gitignore
Cargo.toml
README.md
build.rs
spec.toml

README.md

Game Lib Example

The policy for the game is implemented as a library in src. To run the game in a browser using WebAssembly, run the build.sh script in web-frontend, and run a webserver from web-frontend/web. To run the game in a terminal, build and run ansi-frontend.

WebAssembly dependencies

$ rustup target add wasm32-unknown-unknown
$ cargo install --git https://github.com/alexcrichton/wasm-gc
You can’t perform that action at this time.