Skip to content

transfinite-recursion/tetrodino

Repository files navigation

Tetrodino

A familiar stacking puzzle game written in Odin using raylib.

Running

Simply run build_desktop.sh on Linux/macOS or build_desktop.bat on Windows. The resulting executable will be placed in build/desktop/tetrodino. The only dependency is the Odin compiler itself.

A web version is also avaiable via build_web.sh and build_web.bat, following Karl Zylinski's template. This requires having Emscripten installed. To run simply execute python3 -m http.server -d build/web 8080.

About

Stacking puzzle game written in Odin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published