Online Service for Easy Level Sharing #92
Label
Kein Label
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
Kein Meilenstein
Niemand zuständig
1 Beteiligte
Nachrichten
Fällig am
Kein Fälligkeitsdatum gesetzt.
Abhängigkeiten
Keine Abhängigkeiten gesetzt.
Referenz: SketchyMaze/doodle#92
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren
Keine Beschreibung angegeben.
Branch "%!s()" löschen
Das Löschen eines Branches ist permanent. Obwohl der Branch für eine kurze Zeit weiter existieren könnte, kann diese Aktion in den meisten Fällen NICHT rückgängig gemacht werden. Fortfahren?
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