/wasm-text-checkers

Naive implementation of checkers with WebAssembly text format. Based on "Programming WebAssembly with Rust" book by Kevin Hoffman.

Primary LanguageWebAssemblyMIT LicenseMIT

Wasm Text Checkers

poster

Naive implementation of checkers with WebAssembly text format. With this implementation you can only move a piece by one square and make a piece crowned. Click on the current player's piece to get started. Feel free to implement full rules of the game. :–)

Based on Programming WebAssembly with Rust book by Kevin Hoffman.