Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 218 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 218 Bytes

Flood-It clone

WASM

The Go engine compiles to WASM and is shimmed in with wasm_exec.js.

This is complete overkill for WASM as the game can be implemented in like, 50 lines of JS. But I'd STILL rather write Go.