WillyJL 1864a26b28 Better subtree scripts (#25) 1 рік тому
..
.github e7e7be94ba Add reversi from https://github.com/xMasterX/all-the-plugins 2 роки тому
images e7e7be94ba Add reversi from https://github.com/xMasterX/all-the-plugins 2 роки тому
img e7e7be94ba Add reversi from https://github.com/xMasterX/all-the-plugins 2 роки тому
.gitignore 27d4d8c1d8 Fix merge 2 роки тому
.gitsubtree 1864a26b28 Better subtree scripts (#25) 1 рік тому
LICENSE e7e7be94ba Add reversi from https://github.com/xMasterX/all-the-plugins 2 роки тому
README.md e7e7be94ba Add reversi from https://github.com/xMasterX/all-the-plugins 2 роки тому
application.fam 1a5b5bf92f Merge reversi from https://github.com/xMasterX/all-the-plugins 1 рік тому
game_reversi.c fe2077c82e New formatting 1 рік тому
game_reversi.png 1a5b5bf92f Merge reversi from https://github.com/xMasterX/all-the-plugins 1 рік тому
reversi.c cd756a1d42 Merge reversi from https://github.com/xMasterX/all-the-plugins 1 рік тому
reversi.h fe2077c82e New formatting 1 рік тому

README.md

Reversi game for Flipper Zero

Game screen Menu screen You win

Compile

  1. Clone 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:

    ln -s ../../flipperzero-reversi flipperzero-reversi
    
  4. From the main directory of the firmware run:

    ./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:

License

MIT Copyright 2023 Dmitry Matyukhin