How to install Tiled map editor on Debian derivatives such as Ubuntu or Elementary.
I’ve decided to learn HTML5 gamedev basics because I have some ideas and would like to experiment a little bit ๐ This is a first lesson that I’ve learned. If you want to create a simple tile based game you’ll need an editor. In my case I’ll try to recreate something like a good old top down Pokemon on GB or NES Zelda. At this moment I’m using e-book that you can get here.

Tiled is a pretty nice software and it’s free! Please check it’s website and consider donation if you like it.
So, if you want to install it on Ubuntu, Elementary or even Debian follow this:
sudo add-apt-repository ppa:mapeditor.org/tiled sudo apt-get update sudo install tiled
