Skip to content

借助 SDL2 和 box2d 实现的 C++ 版合成大西瓜游戏

Notifications You must be signed in to change notification settings

ReadWriteV/Watermelon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

借助 SDL2 和 box2d 实现的 C++ 版合成大西瓜游戏

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published