Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

game2048 scores uint16 -> uint32 for higher vals #227

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

DevMilanIan
Copy link

What's new

  • unit16 was proving to be too small and would loop back to zero, crushing your high score. Also small formatting.

Verification

  • Tested upwards of 500,000 via debug mode

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@RogueMaster RogueMaster merged commit 9467fea into RogueMaster:unleashed Aug 15, 2022
@DevMilanIan DevMilanIan deleted the 2048 branch August 15, 2022 19:47
RogueMaster pushed a commit that referenced this pull request Mar 11, 2024
* fix: HOTP counter increment is not working

* ci: continue with the release if build for some firmware fails

* chore: CLang format changes

---------

Co-authored-by: akopachov <akopachov@users.noreply.github.com>
RogueMaster added a commit that referenced this pull request Mar 13, 2024
52d96aaadf8 Format
4314639f66d Add yappy_invaders from https://github.com/dagnazty/Yappy_Invaders
52249d911e6 CameraSuite: Fix FW checks
ec1f2fe5a0a AirLabyrinth: Generate sprites
9311a6ec002 Fix merge
367a3867c1c Add air_labyrinth from https://github.com/xMasterX/all-the-plugins
3d12fb8abd9 Add second remote for air_labyrinth
1d24d645fbe Fix video_game_module_tool remote
8884889362f Fix video_game_module_tool remote
5d7a6a06e0f Merge vgm_air_mouse from https://github.com/xMasterX/all-the-plugins
923988b8011 Merge totp from https://github.com/akopachov/flipper-zero_authenticator
c6d88f836b5 Merge seader from https://github.com/bettse/seader
e7eac49597a Merge seader from https://github.com/xMasterX/all-the-plugins
47e7d953bc5 Merge picopass from https://github.com/xMasterX/all-the-plugins
172b2fafd41 Magspoof: RIP @hummusec fork
8949a023374 Merge geiger from https://github.com/nmrr/flipperzero-geigercounter
4ec75cf4f22 Merge esp_flasher from https://github.com/xMasterX/all-the-plugins
6b41446110c Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite
dce3d2f1f6f Merge barcode_gen from https://github.com/Kingal1337/flipper-barcode-generator
d14ad326bde Merge avr_isp from https://github.com/xMasterX/all-the-plugins
d448e238f60 Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller
5b9569962d4 Merge airmouse from https://github.com/ginkage/FlippAirMouse/
74587c231fa Fix air_arkanoid remote
3de28042786 Fix air_arkanoid remote
52a6442 Update Image
d5b1d19 Fixed enemy hitboxes
f102420 Update!
13f42d52f22 Merge 2048 from https://github.com/xMasterX/all-the-plugins
6b24ff13326 Bump to version 1.7
bac87e78149 Save image names with random numbers intead of DateTime for now (not yet supported in release F0 branch).
a86b0cd0a07 Update imports.
8986d50 Add Score to Game Over
0279dd03b74 Move uart settings to camera suite view cam .h
86f266c1337 Remove unused files.
9de5c1076d0 Misc updates.
64ed31fba34 Update to use expansion
3e63bc93fbd Update furi thread use.
8a299dee6ff Remove asset icons.
dfd0e5c351c Update camera view.
0958ad9 Update README.md
04891e3 Update README.md
8416f9f Update README.md
80fdc7a Add images
1c1692e Upload
5239f39 Update README.md
70a02af Initial commit
e6fc3a95692 bug fix
e8cbd9166fe bug fix
40e68624094 bug fix
7a3908ce2aa chore: Updated version
24a4a908454 fix: HOTP counter increment is not working (#226) (#227)
f4897ad docs: update readme
40c4b26 feature: add about and error codes information widgets
974b033 fix: issue where check digit gets wrong encoding for code128
983451e fix: hashtag symbol could not be found in encoding table
b7dc39f39f1 bump versions
da4653c refactor: change how error messages are shown
ccc40fe refactor: change application.fam data
5e3f065 refactor: move encoding file location and use app assets
646a734 refactor: change error code message
2ce6b23d0d0 what?!?
b8ea39afef9 revert part
5379cc3df26 some fixes
35a4fbc232a some fixes
9536a7a80a0 add air labyrinth game
d52045b3880 upd espflash ver
9af5f4e1fdc upd air arkanoid
83dd3fbe0b7 upd avr isp
299a45fd30b upd picopass
8f0762f8792 upd airmous ver
63875b10135 upd seader
a67b814 Version update
2b9e545 Add forgotten lib
0439629 Bump version
ac42fcb Prepare for SDK 0.99
7ca458eefcb Remove unused include.
5675077171a Set up for UART updates.
b8fc239a0de Revert some of the previous work from the other PR.
aebc47b763b Remove wifi features in fap for upgrade.
9c35976 bump version
1e1e9bad12c to base pack
f2010a42c11 to base pack
43d19aca08f Cleanup
6bfc91f4c20 Updates
112257438f4 From C++ to C.
6a62353d71d Use new UART in RC and convert app to c++
2b40b8f9755 Add notes
e84ce5f3905 WiFi Testing...
571aa59ab53 Update comments. Prep for first firmware test.

git-subtree-dir: applications/external
git-subtree-split: 52d96aaadf845f1500a03446fcdef2654c3092ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants