A web based tile map editor for all kinds of 2d games and applications.
Open source under the CC BY-NC-SA 4.0 license.
Live Demo: http://apps.elias.media/Online-Tile-Map-Editor/
Please note that this is just a hobby project with no set goals to finish it in the future. Also the code is a little messy here and there and could use some thorough optimizations.
##Features
- Menubar
 - Tileset handling
 - Layer handling
 - Drawing
 - Fancy UI
 
- Animated tiles 
(for a more alive environment) - Viewport 
(for in-game effects e.g. parallax) - Tools 
(select, fill, flip/rotate, ...) - Save/Load 
(JSON, XML, ...) 
##Dependencies
######Browser Support
- Google Chrome
 - Mozilla Firefox
 - Opera (latest)
 - Internet Explorer 9+ [2]
 
Version info will be added soon.
[1] Ajax is used as a fallback solution
[2] No alpha definition support (yet)
##How to Contribute
- Install git, node  and grunt-cli and fork this repo:
git clone https://github.com/elias-schuett/Online-Tile-Map-Editor.git - Enter the direcotry:
cd Online-Tile-Map-Editor - Install grunt and its plugins to your directory:
npm install - Once you've made your changes, run grunt to minify all css/js files inside the 
srcdirectory:
grunt 
Also make sure to direct all your pull request to the pull-requests branch.
