mdaffin/sprockit.io

Implement the ability to start a new game session

Closed this issue · 0 comments

Players need to be able to start a new game. This endpoint will return a session token which will be used to keep track of the session and let the user interact with it via the other endpoints.

This should create a new game state (created in #18) and track it in memory along with the session token.

No need to worry about removing sessions for this.