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

https://github.com/jandiralceu/animal_game


https://github.com/jandiralceu/animal_game

Last synced: 8 days ago
JSON representation

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