https://github.com/xtruan/flipper-chess
How about a nice game of chess?
https://github.com/xtruan/flipper-chess
Last synced: about 1 month ago
JSON representation
How about a nice game of chess?
- Host: GitHub
- URL: https://github.com/xtruan/flipper-chess
- Owner: xtruan
- License: mit
- Created: 2023-07-10T01:38:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:24:02.000Z (over 1 year ago)
- Last Synced: 2024-12-10T00:29:34.917Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 209 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - Chess - chess) | (Games)
README
# flipper-chess
[](https://github.com/xtruan/flipper-chess/actions/workflows/build.yml)
`HOW ABOUT A NICE GAME OF CHESS?`

## Chess game for Flipper Zero
- Built against `1.1.2` Flipper Zero firmware release
- Uses [smallchesslib](https://codeberg.org/drummyfish/smallchesslib)
### Installation
- Download [last release fap file](https://github.com/xtruan/flipper-chess/releases/latest)
- Copy fap file to the apps folder of your Flipper SD card
### Usage
- Start "Chess" plugin
### Build
- Recursively clone your base firmware (official or not)
- Clone this repository in `applications_user`
- Build with `./fbt fap_dist APPSRC=applications_user/flipper-chess`
- Retrieve build fap in dist subfolders
(More info about build tool [here](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/fbt.md))
###