This game served for a long time before it shut down. Finally, the source code has been made open. It can be used to create any puzzle game.
git clone https://github.com/cable8mm/nabuza-x.git
cd nabuza-x
You must install cocos2d-x-2.2, and this sources put cocos2d-x's project folder then build it. That's all.
find . -name \* -print0 | xargs -0 -n1 clang-format -i
- API Server : https://github.com/cable8mm/nabuza-api
- CMS : https://github.com/cable8mm/nabuza-cms
The Nabuza project is open-sourced software licensed under the MIT license.