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

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

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
```