Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add map editor #62

Open
DevonPorcher opened this issue Dec 2, 2016 · 4 comments
Open

Add map editor #62

DevonPorcher opened this issue Dec 2, 2016 · 4 comments

Comments

@DevonPorcher
Copy link

Currently you can load a map from a text file. Implement a system to load this text file, and then be able to modify it visually. Then change it back a text file for later use.

@MadRubicant
Copy link
Contributor

A note for anyone tackling this issue:
This is HARD. A map editor means you have to be able to load an arbitrary map from a file, make any number of (visual) edits to it, and when you're done, save it back to disk. This map then needs to be valid to use for the game itself. A fully-featured map editor is at least 500 points.

@MadRubicant
Copy link
Contributor

F16 OK (500 pts)

@steve-fields
Copy link

F17 OK (500 pts)

@steve-fields
Copy link

W18 OK (500 pts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants