/wasm-ttt-rs

Tic Tac Toe (or noughts and crosses) in Rust + WASM

Primary LanguageRust

wasm-ttt-rs

Build

Tic Tac Toe (or noughts and crosses) in Rust + WASM.

Dependencies

  • wasm-pack
  • Rust toolchain

Run locally

$ wasm-pack build
$ cd www
$ npm install
$ npm run start

Run tests locally

$ wasm-pack test --headless --chrome