8000 GitHub - 0xlia/witchard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xlia/witchard

Repository files navigation

Witchard

Wizard but online and with witches

🎮 Features

Schon implementiert

Gewünschte Features

  • Lobby erstellen und teilen
  • Lobby beitreten
  • Beobachter Mode um im STream eigene Karten nicht zu leaken
  • Chatfunktion
  • verschiedene Modi
  • Matchmaking

Flow

  1. Create Game

curl -X POST http://localhost:8000/game/create
-H "Content-Type: application/json"
-d '{"num_players": 4}'

  1. 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"}'

  1. Start the game

curl -X POST http://localhost:8000/game/start
-H "Content-Type: application/json"
-d '{"game_id": "your_game_id"}'

  1. Play the game

  2. ????

  3. Profit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0