Enemies dont go away when hitting you anymore
[uxul-world.git] / README
1 Last Updated 2010/05/19
2
3 This Game is under development and may not be ready to use yet. I will
4 try to keep this Readme current, but cant promise it.
5
6 It depends on Lispbuilder-SDL (SVN-Revision 759 should work), LTK and
7 lisp-magick.
8
9 To start a testing-level, do (start-game).
10
11 To start the leveleditor, do (level-editor), it will return a
12 sequence. Save this sequence somewhere, say *a*. Then to play it, hit
13
14 (start-game :room-function #'(lambda () (create-room-from-item-list *a*)))
15
16 To edit *a* again, do (level-editor *a*), and your edited level will
17 be returned.
18
19 I cant promise that all revisions I will make will work.