Menu

Tree [r16] /
 History

HTTPS access


File Date Author Commit
 choco 2009-11-02 tullarisc [r16]
 mapeditor 2009-03-07 tullarisc [r10]
 quest 2009-03-08 tullarisc [r14]
 widgetkit 2009-03-06 tullarisc [r1] initial setup
 COPYING.GPL 2009-03-06 tullarisc [r1] initial setup
 README 2009-03-08 tullarisc [r13]

Read Me

interface:
___________
- arrow keys for moving
- 's' key for striking left and right

dungeon building:
_________________
- Set the MAPWIDTH and MAPHEIGHT variables in mapeditor/map.h
- run build.sh in mapeditor/ directory
- adapt the width and height of mapeditor/map.1
- adapt mapeditor/data/tiles :
  <number of tiles in this file , maximum 21, id must start at 3, order matters>
  <tileid>
  <tile image filename>
  <width of tile , multiple of 20>
  <height of tile , multiple of 20>
  ...
(do not forget to put the picturesin mapeditor/pics/)

- run ./mapeditor in mapeditor/ directory

- copy mapeditor/map.1 to quest/map.1
- copy mapeditor/data/tiles to quest/data/tiles
- copy pictures of mapeditor/pics to quest/pics

- run build.sh in quest directory
- run ./game in quest/ dir