This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Releases: RillJ/ai-guessing-game
Releases · RillJ/ai-guessing-game
v1.0.0
ai-guessing-game version 1.0.0 release
This project is an AI-powered Pokémon guessing game built with Streamlit, leveraging OpenAI's models to provide interactive hints and judge the quality of player guesses. The game tracks detailed statistics, saving session data for continuous gameplay and performance evaluation.
Features
- Interactive Pokémon guessing game with AI-powered hints
- Chat interface with real-time feedback on guesses
- Judge evaluation system rates player performance from 1 to 10
- Game statistics dashboard showing total games, guesses, hints, and average ratings
- Session state saved automatically to disk for game continuity
- Pokémon data loaded from a CSV file for randomized selection
- Simple setup using Streamlit with support for OpenAI API integration
Full Changelog: https://github.com/Gitfoe/ai-guessing-game/commits/v1.0