mdaffin/sprockit.io

As a user I want to be able to start a new game from the UI

mdaffin opened this issue · 1 comments

Currently the ui does not talk to the backend. Starting a new session is a good first way to make them communicate. For this you need to call the /api/game/maze/start endpoint form the nuxt proxy and retrieve and store the session token (likely in localstorage).

This is done as part of the run functionality - every run starts a new game.