1b39f950-9394-49f0-a0fb-49cb6b5d5084.mp4
Pokerface is a mobile application developed using Flutter, designed to help poker players of all levels improve their game. It offers a range of tools and resources, from hand odds calculation to strategy tips tailored to your playing style. It can find the best hand depending on current hand and board cards, calculate the odds of winning, and suggest the best move to make.
To get a local copy up and running follow these simple steps.
- Flutter: Make sure you have Flutter installed on your machine. To install Flutter, follow the instructions on the Flutter official website.
- Gemini API: The app uses the Gemini API to use Gemini Pro model inside the app. You will need to create an account on the Gemini website and generate an API key to use the app.
Paste the API key in the .env
file in the root of the project.
GOOGLE_GENERATIVE_AI_KEY=YOUR_API_KEY
-
Clone the repo
git clone https://github.com/codenameakshay/pokerface-flutter.git
-
Navigate to the project directory
cd pokerface-flutter
-
Install dependencies
flutter pub get
-
Run the app
flutter run
- Hand Calculator: Calculate the best cards with your current hand in real-time.
- AI Assitance: Get suggestions on the best move to make, based on your current hand and the house cards.
- Odds Calculator: Calculate the odds of winning with your current hand and the house cards.
- Strategy Tips: Get tips and tricks to improve your game, tailored to your playing style.
- Themes: Choose from a range of themes to customize the app to your liking.
It also features a lot of easter eggs and cool animations to make the app more fun and engaging.
The app is simple to use and intuitive. It is designed to be user-friendly and accessible to players of all levels. The app will guide you through the process of calculating the best hand and making the best move.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Game timer (to time games)
- Currently you have to new game for each round, show option to restart when all house cards are selected
- Save game history
- Background music + SFX
- Volume control and settings
- Badges
- Achievements
- Dynamic app icons
- Calculate score for each game
- Store win/loss of each game
- Integrate AI into more features
- Premium subscription
- Onboarding
Distributed under the BSD-3 License. See LICENSE
for more information.
Your Name - @codenameakshay - akshaymaurya3006@gmail.com
Project Link: https://github.com/codenameakshay/pokerface-flutter