Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 454 Bytes

File metadata and controls

28 lines (17 loc) · 454 Bytes

Watermelon

游戏 合成大西瓜 的C++版本,使用到了 SDL2box2d 库。

screenshot

Prerequisites

  • A C++17 compatible compiler
  • SDL2 (2.26.2)
  • SDL2_image (2.6.2)
  • SDL2_mixer (2.6.2)
  • box2d (2.4.1)

Other version may work with minor modification.

Build

Run cmake in the root directory to compile the sources.

cd Watermelon

cmake -S . -B build

cmake --build build