Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![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).