Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 351 Bytes

Universal-Tetris-Stadium

A TBP compliant bot fighting ring for seeing fights between two bots

Building

Windows

  • Install CMake for Visual Studio
  • Open the root of the project with Visual Studio

Linux

  • Install CMake, make, g++/clang++, sdl2 and sdl ttf
  • Run these commands
cmake -B build
cmake --build build
cd build
make