Skip to content

haskell-miso/blockout

 
 

Repository files navigation

🍜 🧊 miso-blockout

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

See live

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.

About

The game of blockout

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Haskell 94.7%
  • Makefile 2.1%
  • HTML 1.4%
  • JavaScript 1.2%
  • Nix 0.6%