An attempt to recreate the engine the Sonic CD 2011 mobile version uses. Heavily based on a decompile of the WP7 version.
- The ground in the special stages is low quality
- No zone card
- Arrow Keys - Move
- J & K - Jump
- Escape - Pause
- Enter - Start
You need ffmpeg for pc and nx builds, and switch-mesa for nx
cmake -B build && cmake --build build -j$(nproc)
sudo pacman -S switch-ffmpeg switch-mesa
cmake -B build-nx -DPLATFORM=NX . && cmake --build build-nx -j$(nproc)