Wizard but online and with witches
- Grundlegendes Spielsystem)
- Lobby erstellen und teilen
- Lobby beitreten
- Beobachter Mode um im STream eigene Karten nicht zu leaken
- Chatfunktion
- verschiedene Modi
- Matchmaking
- Create Game
curl -X POST http://localhost:8000/game/create
-H "Content-Type: application/json"
-d '{"num_players": 4}'
- Join your own game (with the returned game_id)
curl -X POST http://localhost:8000/game/join
-H "Content-Type: application/json"
-d '{"game_id": "your_game_id", "player_name": "your_name"}'
- Start the game
curl -X POST http://localhost:8000/game/start
-H "Content-Type: application/json"
-d '{"game_id": "your_game_id"}'
-
Play the game
-
????
-
Profit