https://github.com/cable8mm/poc-moving-fish
This game is POC to catch moving fish
https://github.com/cable8mm/poc-moving-fish
casual cocos2dx game
Last synced: 10 months ago
JSON representation
This game is POC to catch moving fish
- Host: GitHub
- URL: https://github.com/cable8mm/poc-moving-fish
- Owner: cable8mm
- License: mit
- Created: 2024-02-23T04:44:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T04:58:55.000Z (over 2 years ago)
- Last Synced: 2025-05-24T20:02:46.028Z (about 1 year ago)
- Topics: casual, cocos2dx, game
- Language: C++
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Catching moving fish game for cocos2dx
This game is POC to catch moving fish and I have been happy to open the source codes.
## Installation
```sh
git clone https://github.com/cable8mm/poc-moving-fish.git
cd pic-moving-fish
```
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
```
## License
The Nabuza project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).