A text-based adventure game similar to Colossal Cave Adventure, but based on AI.
The goal is to explore the following technologies:
- Python
- FastAPI
- React
- AI integration
docker-compose up --build
Navigate to http://localhost:8002
# Lint
docker compose run backend ruff check .
# Test
docker compose run backend pytest
# Lint
docker compose run frontend npm run lint
# Test
docker compose run frontend npm run test
