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

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.

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

![preview 1](misc/bg_sample001.png)
![preview 2](misc/bg_sample002.png)

## License

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