https://github.com/cable8mm/poc-fffast-game
This is a repository for creating and reviewing only game scenes to prove the concept of a game that clears the table.
https://github.com/cable8mm/poc-fffast-game
Last synced: 2 months ago
JSON representation
This is a repository for creating and reviewing only game scenes to prove the concept of a game that clears the table.
- Host: GitHub
- URL: https://github.com/cable8mm/poc-fffast-game
- Owner: cable8mm
- License: mit
- Created: 2023-07-06T01:11:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T07:46:49.000Z (over 2 years ago)
- Last Synced: 2025-01-15T19:22:37.861Z (over 1 year ago)
- Language: C++
- Size: 1.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
This is a repository for creating and reviewing only game scenes to prove the concept of a game that clears the table.
## Development
- Install Cocos2dx(0x00020100)
- Open fffast.xcodeproj for xcode
## How to play
Swipe all tables to clear the stage. If you swipe too slowly, things on the table will fall and fail.
## Coding style
```sh
find . -name \* -print0 | xargs -0 -n1 clang-format -i
```
## Preview


## License
The Poc FFFast Game project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).