Done tasks:
-----------
- Get skeleton library to compile with no exobius0 specific stuff.
- Make a 2D array of objects with a hardcoded test level.
- Get objects drawing on each frame.
- Make basic engine that moves main object around in the array.
- Make other objects.
- Implement main char's animation.
- Implement other objs' animation.
- Load the current level data from a file (using old code from kpooka).
- Load & save level no.
- Implement remaining objects (stuck blocks, teleports).
- Make game playable from beginning to end.


To do tasks:
------------

- Make interface for changing next/prev level, etc.
- Make diff size sprites, find best scale to fill window depending on level size.
- Make frontend, title, etc.
- Create some interesting backgrounds.
- Create music & sound effects.
