Online Service for Easy Level Sharing #92
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#92
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A feature that may be very important for the game to take off is an easy built-in way to share levels and custom content with others.
Minimum Feature Set
These are some ideas for a minimum viable product of adding an online service to Sketchy Maze.
Website
On the back-end, the site would need to parse uploaded level files to extract the screenshots or validate things. The safest route is to rely on the
doodad
program's command-line interface for these operations.In-game UI
The MVP for the in-game UI should simply allow looking up a level by its Level Code and downloading it easily.
JSON API Endpoints
To support in-game UIs the web server should expose a couple of API endpoints:
GET /v1/drawing/<code>
)Ideas for Later Expansion