Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Squashed 'chess/' changes from 322f7f2..b9e2d71
Browse files Browse the repository at this point in the history
b9e2d71 update chess
2bffd05 update apps and add new apps
07ef142 update chess
bd3e6fd More updates
31dd80c Update apps, add apps
fd8c164 update and add new app
REVERT: 322f7f2 chore: catalog
REVERT: c340eb5 feat: custom font
REVERT: cad1750 chore: format
REVERT: 14020dc chore: make spacing consistent with RM version
REVERT: d934a86 chore: bump manifest
REVERT: 658ae86 fix: check for check, fix win detection, fix return behavior
REVERT: ea5a3ba chore: manifest update
REVERT: 50e35d1 chore: manifest update
REVERT: e884872 fix: icon color depth, closes #2
REVERT: bdce71f chore: update ufbt_build.yaml
REVERT: c6d55df feat: create ufbt_build.yaml
REVERT: be803e9 chore: update manifest.yml
REVERT: d599ac0 chore: update application.fam version
REVERT: 9744fc5 fix: update manifest
REVERT: bf44536 chore: bump version
REVERT: e98d803 Merge pull request #1 from hedger/main
REVERT: f96c06f Fixes for ufbt
REVERT: 5128e43 fix: manifest
REVERT: 808fff4 feat: manifest
REVERT: 78e21aa chore: add screenshots
REVERT: 0a7734f fix: workflow
REVERT: 03e41e7 chore: make consistent with RM app.fam
REVERT: 0640059 Merge branch 'main' of https://github.com/xtruan/flip-chess
REVERT: 06d8fa4 fix: more robust file handling, bump version
REVERT: 431aa0c Update README.md
REVERT: 415d916 Update README.md
REVERT: 30c34f7 Update README.md
REVERT: 496943e fix: clean up voice line locations
REVERT: 8b0f4d7 feat: updated voice
REVERT: 75b3bfe feat: board saved to file
REVERT: 07a18d8 feat: FLIPR voice
REVERT: 7437f4c feat: voice proto
REVERT: 7d00831 feat: update graphic
REVERT: 86b825d feat: FLIPR graphic, version bump
REVERT: de01e1c feat: resume game
REVERT: 7161007 fix: back deselects if selected vs. quitting
REVERT: bd2065c chore: remove donate
REVERT: 5f6c289 Merge branch 'main' of https://github.com/xtruan/flip-chess
REVERT: 53b9eb3 fix: remove select to exit to avoid hang bug
REVERT: 42414c7 fix: draw board between all moves
REVERT: 2c295f7 fix: version, cleanup scene flow
REVERT: c326539 chore: fbt format
REVERT: c1f5311 fix: return behavior
REVERT: 659a92d Update README.md
REVERT: 3aae105 fix: workflow
REVERT: af00006 fix: workflow
REVERT: 672da2c fix: reamde
REVERT: 66f7dd4 fix: reamde
REVERT: 916fe66 fix: version 0.1.0
REVERT: 357f9a8 fix: add fallthrough comments
REVERT: f66c8ad fix: ui and icon cleanup
REVERT: b6e8aa1 fix: ui cleanup
REVERT: 24eff6c fix: icon name
REVERT: 514aba9 fix: select behavior
REVERT: 4f806e5 fix: msg text
REVERT: c346ae6 fix: start screen, scene display, return behavior
REVERT: 229c7bd fix: workflows, scene flow
REVERT: 853c3e8 fix: highlight
REVERT: 6333a36 fix: black_mode
REVERT: 698c2c9 fix: move played info
REVERT: 1a7663e feat: moves
REVERT: 26965ee fix: settings, appname
REVERT: bbd5329 feat: compiles!
REVERT: 940d066 feat: wip
REVERT: 69d7627 feat: cleanup scene
REVERT: 101a737 fix: var name
REVERT: d3f57ff fix: var name
REVERT: 44ca70e feat: flipbip > flipchess framework updates
REVERT: 05b32ef feat: initial prototype

git-subtree-dir: chess
git-subtree-split: b9e2d71
  • Loading branch information
Willy-JL committed Nov 9, 2023
1 parent 322f7f2 commit 63580bf
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 65 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
repository: 'flipperdevices/flipperzero-firmware'
ref: ${{ env.firmware_version }}
submodules: true
- name: Checkout flipper-chess
- name: Checkout flip-chess
uses: actions/checkout@v3
with:
path: 'applications_user/flipper-chess'
- name: Build FAPs
run: ./fbt COMPACT=1 DEBUG=0 faps
- name: Check flipper-chess Built
run: test -f build/f7-firmware-C/.extapps/chess.fap
- name: Check flipper-chess Size
run: ls -l --block-size=K build/f7-firmware-C/.extapps/chess.fap
- name: Check flip-chess Built
run: test -f build/f7-firmware-C/.extapps/flipchess.fap
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build FAPs
run: ./fbt COMPACT=1 DEBUG=0 faps
- name: Check flipper-chess Built
run: test -f build/f7-firmware-C/.extapps/chess.fap
run: test -f build/f7-firmware-C/.extapps/flipchess.fap
- name: Get Tag
id: tag
uses: dawidd6/action-get-tag@v1
Expand All @@ -36,7 +36,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
build/f7-firmware-C/.extapps/chess.fap
build/f7-firmware-C/.extapps/flipchess.fap
applications_user/flipper-chess/README.md
name: ${{steps.tag.outputs.tag}}
body: Built against Flipper Zero firmware v${{ env.firmware_version }}
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/ufbt_build.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# flipper-chess

[![Build](https://github.com/xtruan/flipper-chess/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/xtruan/flipper-chess/actions/workflows/build.yml)

`HOW ABOUT A NICE GAME OF CHESS?`

![FLIPR](https://github.com/xtruan/flipper-chess/blob/main/icons/FLIPR_128x64.png)

## Chess game for Flipper Zero
- Built against `0.86.1` Flipper Zero firmware release
- Uses [smallchesslib](https://codeberg.org/drummyfish/smallchesslib)
- Included in [RogueMaster Custom Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins)

### Installation

Expand Down
Binary file removed catalog/browser.png
Binary file not shown.
Binary file removed catalog/game1.png
Binary file not shown.
Binary file removed catalog/game2.png
Binary file not shown.
Binary file removed catalog/game3.png
Binary file not shown.
Binary file removed catalog/game4.png
Binary file not shown.
Binary file removed catalog/game5.png
Binary file not shown.
16 changes: 0 additions & 16 deletions catalog/manifest.yml

This file was deleted.

Binary file removed catalog/menu.png
Binary file not shown.
Binary file removed catalog/settings.png
Binary file not shown.
Binary file removed catalog/startscreen.png
Binary file not shown.

0 comments on commit 63580bf

Please sign in to comment.