https://github.com/flipperdevices/flipperzero-game-engine-example
Flipper Zero game engine example project
https://github.com/flipperdevices/flipperzero-game-engine-example
Last synced: about 1 year ago
JSON representation
Flipper Zero game engine example project
- Host: GitHub
- URL: https://github.com/flipperdevices/flipperzero-game-engine-example
- Owner: flipperdevices
- License: gpl-3.0
- Created: 2024-02-12T16:12:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T09:18:48.000Z (over 2 years ago)
- Last Synced: 2025-04-01T03:51:12.478Z (about 1 year ago)
- Language: C
- Size: 17.6 KB
- Stars: 28
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flipper Zero Game Engine Example
This repository contains an example project showcasing the usage of the [Flipper Zero Game Engine](https://github.com/flipperdevices/flipperzero-game-engine).
## Cloning source code
Make sure you clone the source code with submodules:
```
git clone https://github.com/flipperdevices/flipperzero-game-engine-example.git --recurse-submodules
```
## Building
Build an app using [micro Flipper Build Tool](https://pypi.org/project/ufbt/):
```
ufbt
```
You can now run the application (actually, the build step is not needed, it will be built and then launched):
```
ufbt launch
```