Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Server endpoint for current level (improved level loading) #184

Open Zemanzo opened 5 years ago

Zemanzo commented 5 years ago

Description Currently, the client waits for a websocket connection to establish, which returns the current level ID so it can be downloaded. This can be improved by creating a server endpoint that always serves the current level.

Minimum Acceptance Criteria

Zemanzo commented 5 years ago

This is only an optimization, thus low priority for now.