https://github.com/ivanbarsukov/flipperzero-quadrastic
Quadrastic is a simple addicting game for the Flipper Zero inspired by the Arduboy game of the same name
https://github.com/ivanbarsukov/flipperzero-quadrastic
fap faps flipper flipper-app flipper-game flipper-plugin flipper-plugins flipperzero
Last synced: about 1 month ago
JSON representation
Quadrastic is a simple addicting game for the Flipper Zero inspired by the Arduboy game of the same name
- Host: GitHub
- URL: https://github.com/ivanbarsukov/flipperzero-quadrastic
- Owner: ivanbarsukov
- License: gpl-3.0
- Created: 2024-12-22T05:02:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T06:17:18.000Z (over 1 year ago)
- Last Synced: 2025-01-31T07:22:30.467Z (over 1 year ago)
- Topics: fap, faps, flipper, flipper-app, flipper-game, flipper-plugin, flipper-plugins, flipperzero
- Language: C
- Homepage: https://lab.flipper.net/apps/quadrastic
- Size: 86.9 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - Quadrastic - quadrastic) | (Games)
README
# Flipper Zero Quadrastic Game
**Quadrastic** is a simple addicting game inspired by the [Arduboy game](https://community.arduboy.com/t/quadrastic-secure-the-point-avoid-the-enemies) of the same name. This, in turn, was based on a popular PSP homebrew game called [Squarez](https://www.gamebrew.org/wiki/Squarez_PSP). Squarez itself drew inspiration from Ball, a game created by Nicolay Edin and Axel Hammarback, which was originally inspired by Eskiv, a game developed by Jean-François Geyelin.
## Screenshots





## Building the game
### Cloning source code
Make sure you clone the source code with submodules:
``` sh
git clone https://github.com/ivanbarsukov/flipperzero-quadrastic.git --recurse-submodules
```
### Building
Build the game using [micro Flipper Build Tool](https://pypi.org/project/ufbt/):
``` sh
ufbt
```
You can now run the application (actually, the build step is not needed, it will be built and then launched):
``` sh
ufbt launch
```