Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 261 Bytes

File metadata and controls

22 lines (11 loc) · 261 Bytes

Windows build

Prerequisites

  • a C++23 compatible compiler, we support MSVC and MINGW-64
  • meson

Compiling

You just have to call these commands:

meson setup build

meson compile -C build


./build/oopetris.exe # to run the executable