Added the possibility to add anchors to levels in the editor.
[uxul-world.git] / README
1 This Game is under development and may not be ready to use yet.
2
3 It depends on Lispbuilder-SDL (SVN-Revision 759 should work), LTK and lisp-magick.
4
5 To start the leveleditor, do (level-editor), it will return a sequence. Save this sequence
6 somewhere, say *a*. Then to play it, hit
7
8 (start-game :room-function #'(lambda () (create-room-from-item-list *a*)))
9
10 To edit *a* again, do (level-editor *a*), and your edited level will be returned.
11
12 I cant promis that all revisions I will make will work.