Skip to content

TeamTschunk/Online-Tile-Map-Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Tile Map Editor

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.


Screeshot

##Features

Implemented
  • Menubar
  • Tileset handling
  • Layer handling
  • Drawing
  • Fancy UI
In Progress
  • 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

  1. Install git, node and grunt-cli and fork this repo:
    git clone https://github.com/elias-schuett/Online-Tile-Map-Editor.git
  2. Enter the direcotry:
    cd Online-Tile-Map-Editor
  3. Install grunt and its plugins to your directory:
    npm install
  4. Once you've made your changes, run grunt to minify all css/js files inside the src directory:
    grunt

Also make sure to direct all your pull request to the pull-requests branch.

About

A web based tile map editor for all kinds of 2d games and applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • CSS 22.9%
  • Smarty 6.0%
  • HTML 5.3%