This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 3fa432309dc07d4b5e1a5d826dfff20ac25e43f1
tree 7ee05225f09ebebf50dd92d5c0f388f14ee79108
parent cc0dfa23c018567517a16205001846149573b854
tree 7ee05225f09ebebf50dd92d5c0f388f14ee79108
parent cc0dfa23c018567517a16205001846149573b854
| name | age | message | |
|---|---|---|---|
| |
.autotest | Sat Dec 13 01:39:23 -0800 2008 | |
| |
.gitignore | Fri Jun 20 09:07:55 -0700 2008 | |
| |
.irbrc | Sun Jun 01 10:46:51 -0700 2008 | |
| |
.specwatch | Sat Dec 13 01:39:23 -0800 2008 | |
| |
LICENSE | Thu Jul 24 05:14:27 -0700 2008 | |
| |
README | Thu Jul 24 08:55:54 -0700 2008 | |
| |
Rakefile | Thu Jul 24 08:27:51 -0700 2008 | |
| |
app/ | Mon Dec 15 10:55:47 -0800 2008 | |
| |
boot.rb | Sun Dec 14 06:06:20 -0800 2008 | |
| |
data/ | Sun Dec 14 15:48:32 -0800 2008 | |
| |
examples/ | Fri Jul 25 13:04:25 -0700 2008 | |
| |
files | Thu Jul 24 05:14:27 -0700 2008 | |
| |
games/ | Mon Nov 03 15:14:56 -0800 2008 | |
| |
launch.rb | Sun Nov 02 14:41:40 -0800 2008 | |
| |
lib/ | Sun Dec 14 06:06:20 -0800 2008 | |
| |
license_template | Thu Jul 24 05:14:27 -0700 2008 | |
| |
log/ | Sat May 17 11:41:29 -0700 2008 | |
| |
prepend_license.rb | Thu Jul 24 05:14:27 -0700 2008 | |
| |
run | Thu Jul 24 08:27:51 -0700 2008 | |
| |
savegames/ | Thu Jul 24 08:31:40 -0700 2008 | |
| |
spec/ | Mon Dec 15 10:55:47 -0800 2008 |
README
======== Compiling ======== Yes, there is one part that needs to be compiled. Just run: rake build ======== Starting ========== ./run or equivalent: ./launch games/test/game.yaml =========== Map ============ @ - you # - wall . - explored empty space letter - monster ( - weapon [ - armor / - ammunition ) - launcher (bow, crossbow, pistol etc.) > - stairs down < - stairs up ==== Keys and Commands ===== arrows (left, right, top, down) Go to corresponding direction (hit monster if it is in path) , pick up items i show inventory d drop item e manage equipped items > go downstairs < go upstairs S save and exit game f start shooting (as of 2008 07 24 works just partially; may crash) ====== Loading game ========= currently the only way is: ./launch savegames/Kudlius.yaml ======== Crashes ============ Yes, game is crashing. That is because I commented out all rescue's, because I want to find all exceptions. It is far from alpha and non-playable. ======== Tests ============= For testing I use RSpec.







