[go: up one dir, main page]

Menu

Tree [r276] / tags / 0.1 /
 History

HTTPS access


File Date Author Commit
 curses 2010-03-21 krzysz00 [r1] Initial import of the project, has rudementary ...
 doc 2010-03-27 krzysz00 [r20] Added files "for human consumption"
 lib 2010-03-21 krzysz00 [r2] Added more stuff,
 saves 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 www 2010-03-27 krzysz00 [r19] Documentation written to current completeness
 COMMITERS 2010-03-28 krzysz00 [r21] Added COMMITERS file
 COPYING 2010-03-21 krzysz00 [r1] Initial import of the project, has rudementary ...
 INSTALL 2010-03-27 krzysz00 [r20] Added files "for human consumption"
 Makefile 2010-03-28 krzysz00 [r26] Ready for release.
 README 2010-03-28 krzysz00 [r26] Ready for release.
 TEST_keys.lisp 2010-03-21 krzysz00 [r3] Added printf and attrs api, fixed bug in displa...
 configure.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 defpackage.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 display.lisp 2010-03-27 krzysz00 [r17] Added colors and debug-mode tests for them.
 dungeon.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 init.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 keys.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 level-base.lisp 2010-03-27 krzysz00 [r12] REALLY added init.lisp, and widened the display...
 level.lisp 2010-03-27 krzysz00 [r12] REALLY added init.lisp, and widened the display...
 licence-header.lisp 2010-03-21 krzysz00 [r1] Initial import of the project, has rudementary ...
 main.lisp 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 make.lisp 2010-03-22 krzysz00 [r7] All right, the thing works. Now ... to document...
 motm.asd 2010-03-27 krzysz00 [r18] Saving is implemented, not-drawing initially bu...
 terrain.lisp 2010-03-26 krzysz00 [r8] Added installation manual, fixed keys, terrain,...
 terrains.lisp 2010-03-22 krzysz00 [r7] All right, the thing works. Now ... to document...

Read Me

Menace of the Mines trunk
===============================================================================
Menace of the Mines (or motm) is a fast-paced roguelike has tons of
monsters, many different classes and races and a unique magic
system. (Well that's the goal anyway). This will be written in Common
Lisp. The project is hosted at
http://www.sourceforge.net/projects/motm/

The manual is at http://motm.sourceforge.net/docs/0.1/index.html

The game's setup is documented in the file INSTALL. In the event you
missed the instructions at the end that file, to run the program,
repeat the make command from the install process

This is licenced under the Gnu GPL version 3 or any later, which is
included in Common Lisp.