https://github.com/kwaytv/guess-the-number-fz
Simple flipper zero guess the number game.
https://github.com/kwaytv/guess-the-number-fz
Last synced: 4 months ago
JSON representation
Simple flipper zero guess the number game.
- Host: GitHub
- URL: https://github.com/kwaytv/guess-the-number-fz
- Owner: kWAYTV
- License: mit
- Created: 2023-12-07T05:14:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T02:18:16.000Z (over 1 year ago)
- Last Synced: 2024-11-29T10:38:16.762Z (6 months ago)
- Language: C
- Size: 811 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guess the Number Game for Flipper Zero
## Overview
"Guess the Number" is a simple yet engaging game designed for the Flipper Zero device. This game challenges players to guess a randomly generated number within a specified range.## Preview
[Click me to see a brief video](https://streamable.com/rjfvdi)## Boilerplate
[This app was created using leedave's boilerplate](https://github.com/leedave/flipper-zero-fap-boilerplate)## Features
- Random number generation using Flipper Zero's hardware capabilities.
- Intuitive interface with up/down keys for guessing and back key to restart the game.
- Immediate feedback on guesses – whether they're too high, too low, or correct.
- Use of Flipper Zero's LED, vibration and speaker to enhance the game experience.## Installation
1. Clone this repository to your local machine.
2. Use [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) to compile the application.
3. Transfer the compiled `.fap` file to your Flipper Zero or launch it with `ufbt launch`.
4. Start playing!## How to Play
- Use the up/down buttons to increase or decrease your guess.
- Press OK to submit your guess.
- If your guess is incorrect, adjust it based on the feedback and try again.
- Press the back button at any time to restart the game.## Contributing
Contributions to enhance the game or fix bugs are welcome. Please feel free to fork this repository, make changes, and create a pull request.## License
This project is licensed under MIT License. Please click [here](LICENSE) for more details.Enjoy the game on your Flipper Zero!