Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 343 Bytes

wasm-checkers

A tiny Checkers game module, hand-written in WebAssembly.

  1. Serve up the files in your tiny server of choice (e.g. Live Server for VSC, python -m http.server...)
  2. Point your browser at it

Based on "Programming WebAssembly with Rust" by Kevin Hoffman.