Skip to content

jeffanddom/manchester-wasm

Repository files navigation

manchester-wasm

An experiment in WebAssembly game development.

Quick start

Install Rust via rustup, and then install wasm-pack:

cargo install wasm-pack

Clone this repo and build the Rust dependencies:

make rs

Start the dev server:

make

The dev server will rebuild and restart the game if it detects changes to the src/ and rs/ directories.

Directory structure

  • rs: a Rust project targeting WASM for the browser.
  • src: TypeScript for both browser and server.
    • gen: auto-generated files
      • rs: JS/WASM artifacts generated by building the rs project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published