Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/protechz/number-predictor-flutter

A flutter app 📱 which can guess 🧠 what number 🔢 you are thinking of 🤯
https://github.com/protechz/number-predictor-flutter

app-dev dart flutter number-guessing-game numbers replication

Last synced: 7 days ago
JSON representation

A flutter app 📱 which can guess 🧠 what number 🔢 you are thinking of 🤯

Awesome Lists containing this project

README

        

# Number Predictor (Flutter) 💯💯

This is a replica of the [Number Predictor project](https://github.com/raj-pulapakura/Number-Predictor) by *Raj Pulapakura*, but created using Flutter (instead of using Kotlin like in the original project).

How Number Predictor works is, to take the rules from the app itself:

1. Think of a number from 1 to 30.
2. Remember this number.
3. You will be shown 5 slides.
4. On each slide, YES if your number is there, or NO if it is not.
5. At the end of the five slides, your number will be magically guessed.

Home Screen:

![image](https://github.com/ProTechZ/Number-Predictor-Flutter/assets/96871120/0261c24a-c164-43d7-a1ce-7fc67bd4f0b7)

Rules Screen:

![image](https://github.com/ProTechZ/Number-Predictor-Flutter/assets/96871120/d1246e5f-5264-4094-b82f-5e3cf40ce8e1)

One of the slides:

![image](https://github.com/ProTechZ/Number-Predictor-Flutter/assets/96871120/9e45ff9f-64ac-448e-85cd-303a33cdb523)

Number magically guessed:

![image](https://github.com/ProTechZ/Number-Predictor-Flutter/assets/96871120/7fa56e0f-f012-473b-8f20-53f663641e1d)