暫無描述

Struan c5f522be5e Merge branch 'develop' 1 年之前
.github be56492e7e fix: remove ref to u8g2 1 年之前
catalog 2fb9f4382e chore: bump catalog 1 年之前
chess c326539e2f chore: fbt format 2 年之前
helpers e0a1fc62ca fix: typo 1 年之前
icons f97b1c2761 fix: updates from Momentum 1 年之前
sam 5b5957e032 Merge branch 'main' into develop 1 年之前
scenes 06d8fa45fb fix: more robust file handling, bump version 2 年之前
views 936a32f359 fix: remove import 1 年之前
.gitignore 05b32efa2f feat: initial prototype 2 年之前
LICENSE 05b32efa2f feat: initial prototype 2 年之前
README.md f97b1c2761 fix: updates from Momentum 1 年之前
application.fam 7dda90e780 fix: version bump, disable ufbt build 1 年之前
flipchess.c f97b1c2761 fix: updates from Momentum 1 年之前
flipchess.h 7dda90e780 fix: version bump, disable ufbt build 1 年之前
flipchess_10px.png e884872911 fix: icon color depth, closes #2 2 年之前

README.md

flipper-chess

Build

HOW ABOUT A NICE GAME OF CHESS?

FLIPR

Chess game for Flipper Zero

  • Built against 0.101.2 Flipper Zero firmware release
  • Uses smallchesslib

Installation

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)