From 9dda188ca1a588e64a2b299db56a80bc85b6db57 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:28:28 -0700 Subject: [PATCH] Create ReadMe.md --- Applications/Unleashed/ReadMe.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Applications/Unleashed/ReadMe.md diff --git a/Applications/Unleashed/ReadMe.md b/Applications/Unleashed/ReadMe.md new file mode 100644 index 00000000..c74b5fbe --- /dev/null +++ b/Applications/Unleashed/ReadMe.md @@ -0,0 +1,23 @@ +# Thank you to the authors! + +The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done. + +## Games +- [2048 (By OlegSchwann)](https://github.com/OlegSchwann/flipperzero-firmware/tree/hackaton/game_2048/applications/game-2048) [(Score By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/186) +- [Dice Roller Including SEX/WAR/8BALL/WEED DICE (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/applications/dice/dice.c) +- [Game of Life (Updated to work by tgxn) (By itsyourbedtime)](https://github.com/tgxn/flipperzero-firmware/blob/dev/applications/game_of_life/game_of_life.c) +- [Mandelbrot Set (By Possibly-Matt)](https://github.com/Possibly-Matt/flipperzero-firmware-wPlugins) +- [Minesweeper (By panki27)](https://github.com/panki27/minesweeper) +- [Monty Hall (By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/203) +- [TAMA P1 (By GMMan)](https://github.com/GMMan/flipperzero-firmware/tree/tama-p1) requires [this rom](https://tinyurl.com/tamap1) IN `tama_p1` on SD as `rom.bin` to make it work. +- [Video Poker (By PixlEmly)](https://github.com/PixlEmly/flipperzero-firmware-testing/blob/420/applications/VideoPoker/poker.c) + +## Tools +- [WiFi (Deauther) (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2) +- [Paint (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e) +- [Mouse Jiggler (By Jacob-Tate)](https://github.com/Jacob-Tate/flipperzero-firmware/blob/dev/applications/mouse_jiggler/mouse_jiggler.c) ([Original By MuddleBox](https://github.com/MuddledBox/)) +- [DTMF Dolphin (By litui)](https://github.com/litui/dtmf_dolphin) +- [Metronome (By panki27)](https://github.com/panki27/Metronome) +- [BPM Tapper (By panki27)](https://github.com/panki27/bpm-tapper) +- [Calculator (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e) +- [Ceasar Cipher (By panki27)](https://github.com/panki27/caesar-cipher)