-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Milestone
Description
- Make the first version very simple:
- Sign-in & sign-up
- The initial version has some very dummy user management
- After sign-in, you receive a JWT used for every other request
- Create new game (name, map, maximum players)
- List games
- Join game
- Leave game
- Game is deleted if it is abandoned by its author
- Start game (leads to game deletion)
- Sign-in & sign-up
- The server exposes REST API
- Base the server on Actix
- Publish Open API specification
- Build & publish API docs from CI
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done