A team-based trick taking card game for 4 players. Wiki.
The rules can vary wildly, so they are implemented as I learned them.
The game does support bots, but they are incredibly dumb at the moment.
To run the application using docker-compose
, run:
docker compose build
docker compose up
- Navigate to
localhost:5000
in your browser
Any file changes for the UI will recompile automatically and refresh the application.