Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimat/flipperzero-reversi
"Reversi" game for Flipper Zero
https://github.com/dimat/flipperzero-reversi
flipperzero game game-development
Last synced: 15 days ago
JSON representation
"Reversi" game for Flipper Zero
- Host: GitHub
- URL: https://github.com/dimat/flipperzero-reversi
- Owner: dimat
- License: mit
- Created: 2023-02-04T21:43:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T22:53:28.000Z (over 1 year ago)
- Last Synced: 2024-02-13T20:30:29.483Z (9 months ago)
- Topics: flipperzero, game, game-development
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-flipperzero - `Reversi` The classic Reversi game
- awesome-flipperzero - `Reversi` The classic Reversi game
- awesome-flipperzero-withModules - `Reversi` The classic Reversi game
README
# Reversi game for Flipper Zero
![Game screen](images/game.png)
![Menu screen](images/menu.png)
![You win](images/win.png)## Compile
1. Clone [firmware](https://github.com/flipperdevices/flipperzero-firmware)
2. Go to the `applications_user` directory
3. Create a symlink to this repo assuming that these two repos are on the same level:
```sh
ln -s ../../flipperzero-reversi flipperzero-reversi
```
4. From the main directory of the firmware run:
```sh
./fbt faps
```## Install
1. Open folder `./build/f7-firmware-D/.extapps/` from the firmware directory
2. Open qFlipper
3. Open File Manager, SD Card/apps/games
4. Drag `game_reversi.fapp` to qFlipper## Controls
The game controls should be intuitive.
Longs press on OK opens the menu to start a new game.## Thanks to:
- [2048 game](https://github.com/eugene-kirzhanov/flipper-zero-2048-game)## License
[MIT](LICENSE)
Copyright 2023 Dmitry Matyukhin