Closed jonoxia closed 13 years ago
Very basic level editor UI created in commits https://github.com/jonoxia/platform-game/commit/9aa56f85e4c898751772760e89e3da786b30712d https://github.com/jonoxia/platform-game/commit/00cedc789e77be7c3c6d9c5d99c57be68d9e646a https://github.com/jonoxia/platform-game/commit/9e955e644bd6d06dc5aca42e5008b01aef136637 https://github.com/jonoxia/platform-game/commit/4c5c2ac70ff645938c1fac03f36d5532404263d5 and https://github.com/jonoxia/platform-game/commit/2ad3eb156043411fe7ddd489e48f3cafaa7c1cbc
Level editor should have a canvas where you can click and drag around to create/move/remove blocks.
Block positions get stored to level entity in database.
When you start playing, you pick a level from the ones available.
Each level is owned by the user who created it. Only that user can edit it.
Eventually levels should have high scores as well as a "how fun was this level? how hard was this level?" rating system.