Skip to content

jstuckey/path-of-the-python-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path of the Python

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

Screenshot

Run locally

docker-compose up --build

Navigate to http://localhost:8002

Backend

# Lint

docker compose run backend ruff check .
# Test

docker compose run backend pytest

Frontend

# Lint

docker compose run frontend npm run lint
# Test

docker compose run frontend npm run test

About

Text-based adventure game to help me learn new tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors