Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 675 Bytes

File metadata and controls

22 lines (15 loc) · 675 Bytes

Budget-Tetris

Check the Release branch for more info.

Current Plans

  • Build a backend engine mostly following the 2009 guidelines, but adding some flexibility like multiple rotation systems
  • Compile client to wasm and run on the web?

Building

git clone --single-branch -b main https://github.com/TemariVirus/Budget-Tetris.git # Only clone the main branch
cd Budget-Tetris
git submodule update --init --recursive
zig build run

Child Projects (added as submodules)