Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 553 Bytes

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

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

find . -name \* -print0 | xargs -0 -n1 clang-format -i

License

The Nabuza project is open-sourced software licensed under the MIT license.