https://github.com/cable8mm/nabuza-x
Puzzle game mobile game
https://github.com/cable8mm/nabuza-x
cocos2d-x cpp mobile-game puzzle-game
Last synced: 10 months ago
JSON representation
Puzzle game mobile game
- Host: GitHub
- URL: https://github.com/cable8mm/nabuza-x
- Owner: cable8mm
- License: mit
- Created: 2021-11-08T12:58:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T11:07:22.000Z (over 2 years ago)
- Last Synced: 2025-05-24T20:02:45.666Z (about 1 year ago)
- Topics: cocos2d-x, cpp, mobile-game, puzzle-game
- Language: C++
- Homepage:
- Size: 34.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Traditional puzzle game for cocos2dx
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.
## Installation
```sh
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.
## Coding style
```sh
find . -name \* -print0 | xargs -0 -n1 clang-format -i
```
## Preview


## Refer to repositories
- API Server : https://github.com/cable8mm/nabuza-api
- CMS : https://github.com/cable8mm/nabuza-cms
## License
The Nabuza project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).