-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
As a next step, after the "Escape from the Labyrinth" problem (#5), create a labyrinth editor, which creates, edits and stores labyrinths at the server-side in a cloud-based back-end. Implement the following functionality:
- Register a new user (by username + password)
- Login as existing user (by username + password)
- List labyrinths from the server
- Load existing labyrinth from the server
- Create a new labyrinth (implement a simple visual editor) and save it at the server
- Delete existing labyrinth from the server
The recommended way to implement the above is by using a MBaaS-based backed platform like:
- Kinvey (https://www.progress.com/kinvey)
- Firebase (https://firebase.google.com)
- AWS Amplify (https://aws.amazon.com/amplify)
- Apple CloudKit (https://developer.apple.com/icloud/cloudkit)