o
odin.langpkg.dev
packages / app / breakout-odin

breakout-odin

1b59310app

Simple Breakout game written in Odin using Raylib

No license · updated 7 months ago

Breakout

Retro game made with Odin

Dependencies

  • Odin Compiler
  • Raylib
  • Emscripten for WASM build

Build

Build for Desktop

odin build desktop

Build for Web

emsdk activate
build_wasm.bat

Quick testing using the default Python server:

python -m http.server -d dist

Author

Florian Déhé