NiNaR
=====
Use
===
$ninar file.xml

There are two tiny maps, located in the 'maps' directory of the
installation. It should be something like
/usr/share/local/ninar/maps/basic.xml and
/usr/share/local/ninar/maps/labyrinth.xml. Not yet very
user-friendly, but it is a development version :p

The scrollbars scroll the map... but in the isometric directions. 
All output is printf'ed, so check your console (did I say it was a
development version?)
Pressing the return key on the map goes to next character's turn. It's
no one's turn at start, so the first thing you should do is pressing
return. 
You can move a character with the arrow keys. 
You can fire at a character clicking on its case.

Have fun if you can :-) 
Please report bugs to neryel@reveries.info

Coding style
============
- Trying to follow GCS
- Classes begin by a majuscule, but no XxxYyy, it's Xxx_yyy
- Protected instance variables take the form _xxx

Sizes
=====
- Tiles are 96x48
- Characters, obstacles, and such are 96x96