API based game
Game that has no UI. You play just by sending API requests. API will be build using FastAPI. Player state, login and everything important will be stored in MySQL databse with the help of SQLAlchemy. Code testing using PyTest will be implemented.