https://github.com/jandiralceu/animal_game
https://github.com/jandiralceu/animal_game
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandiralceu/animal_game
- Owner: jandiralceu
- Created: 2025-01-22T04:12:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:22:16.000Z (5 months ago)
- Last Synced: 2025-01-22T08:25:36.292Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animal Game
Animal Game is a silly little text-based game similar to 20 Questions. You think of an animal, and the computer uses yes/no questions to try to guess the animal.
## Prerequisites
- Python 3.13 or higher
- Poetry## Installation
1. Clone the repository
2. Run `poetry install` to install the dependencies
3. Run `poetry run app` to start the game