flipperzero-firmware/applications
Oleg Schwann 68274b6c27
Add Snake game (#829)
* Add snake game
* Applications: Added a classic game https://en.wikipedia.org/wiki/Snake_(video_game_genre)
* Snake Game: Making it impossible to lose button presses
* Use more native press button event
* Snake Game: use low level InputTypePress event instead of InputTypeShort high level unpredictable event

Co-authored-by: LionZXY <nikita@kulikof.ru>
Co-authored-by: あく <alleteam@gmail.com>
2021-11-23 19:07:46 +03:00
..
about [FL-1990] Correct release type in copro manifest and rename boot to bootloader (#787) 2021-10-26 15:24:14 +03:00
accessor [FL-1720] BLE GUI refactoring (#678) 2021-09-02 02:22:40 +03:00
archive Lib: update m-lib to latest release. Update m-lib usage across project. (#818) 2021-11-15 20:09:40 +03:00
bt All strange time constants are now frequency multipliers (#834) 2021-11-22 21:49:57 +03:00
cli Fix gpio debug (#802) 2021-11-02 02:49:48 +03:00
crypto [FL-1826] Crypto: correct key provisioning procedure. (#709) 2021-09-17 12:21:08 +03:00
debug_tools All strange time constants are now frequency multipliers (#834) 2021-11-22 21:49:57 +03:00
desktop All strange time constants are now frequency multipliers (#834) 2021-11-22 21:49:57 +03:00
dialogs RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
dolphin RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
gpio USB-UART: New GUI (#826) 2021-11-21 18:17:43 +03:00
gui [FL-2017] Gui: correct empty folder handling in file_select. #824 2021-11-16 17:10:06 +03:00
ibutton [FL-1926] Flipper File Format addons (#753) 2021-11-04 13:06:13 +03:00
input RPC: Implement storage_stat_request (#800) 2021-11-01 23:35:54 +03:00
irda RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
irda_monitor [FL-1684] IRDA Add SIRC protocol (#693) 2021-09-10 00:37:32 +03:00
lfrfid [FL-1904] LFRFID: dedicated reading modes (#823) 2021-11-16 11:47:49 +03:00
lfrfid-debug Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
loader Lib: update m-lib to latest release. Update m-lib usage across project. (#818) 2021-11-15 20:09:40 +03:00
music-player [FL-1756, FL-1769, FL-1776, FL-1759] Gui: input events complementary V3, refactoring. SubGhz: read/emulate fixes. Cleanup. (#684) 2021-09-02 00:05:00 +03:00
nfc Lib: update m-lib to latest release. Update m-lib usage across project. (#818) 2021-11-15 20:09:40 +03:00
notification RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
power [FL-2038] Power off and auto power off on first start screen (#821) 2021-11-16 03:12:30 +03:00
power-observer Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
rpc RPC: Add data field to ping request & response (#836) 2021-11-23 11:30:54 +03:00
scened-app-example Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
snake-game Add Snake game (#829) 2021-11-23 19:07:46 +03:00
storage Storage: move factory reset to the place it belongs, add gui version. (#822) 2021-11-16 03:04:33 +03:00
storage_settings Storage: move factory reset to the place it belongs, add gui version. (#822) 2021-11-16 03:04:33 +03:00
subghz All strange time constants are now frequency multipliers (#834) 2021-11-22 21:49:57 +03:00
tests RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
applications.c Add Snake game (#829) 2021-11-23 19:07:46 +03:00
applications.h Applications: unified entry point naming scheme, drop dead code, cleanup. (#628) 2021-08-07 19:54:42 +03:00
applications.mk Add Snake game (#829) 2021-11-23 19:07:46 +03:00