Skip to content

jhrcek/miso-blockout

Repository files navigation

🧊 miso-blockout

A Blockout (3D Tetris) clone written in Haskell using miso, compiled to WebAssembly.

Prerequisites

Nix with flakes enabled.

Build (Web Assembly)

nix develop .#wasm --command bash -c "make"

Serve

nix develop .#wasm --command bash -c "make serve"

Then open http://localhost:8080.

Interactive development

nix develop .#wasm --command bash -c "make repl"

Open the printed URL in the browser, then run main in the REPL.

Releases

No releases published

Packages

 
 
 

Contributors