/PopHuaji

A PopStar game written with Cocos2d-x v4

Primary LanguageC++

PopHuaji

A PopStar-like game developed with Cocos2d-x v4

Most of the source code were from ZeroYang's PopStar Repo

What are the changes:

  • to tramsform the project from using Cocos2d-x v2 to v4;
  • to replace the stars with 'Huaji' memes;
  • to add a BGM;
  • ...

Build for Windows

Software requirements:

Start building

  • Clone this repo and enter the directory:
    git clone https://github.com/HQU-gxy/PopHuaji
    cd PopHuaji
  • Create build direction:
    mkdir win32-build
  • Generate project configuration files:
    cd win32-build
    cmake .. -A win32

You can either build the project with Visual Studio:

  • Open the solution file win32-build\poop.sln
  • Set poop as startup project (if not)

Or just run CMake in the win32-build directory:

  • Build
    cmake --build . -j8