Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 502 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 502 Bytes

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.