Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T11:07:22.000Z (11 months ago)
- Last Synced: 2024-11-15T08:27:37.251Z (2 months ago)
- Topics: cocos2d-x, cpp, mobile-game, puzzle-game
- Language: C++
- Homepage:
- Size: 34.4 MB
- Stars: 2
- Watchers: 2
- 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.gitcd 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
![Screenshot 1](docs/images/nabuza_1.png)
![Screenshot 2](docs/images/nabuza_2.png)
## 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).