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 (
| name | age | message | |
|---|---|---|---|
| |
.autotest | ||
| |
.gitignore | Fri Jun 20 09:07:55 -0700 2008 | |
| |
.irbrc | Sun Jun 01 10:46:51 -0700 2008 | |
| |
.specwatch | ||
| |
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/ | ||
| |
boot.rb | ||
| |
data/ | ||
| |
examples/ | Fri Jul 25 13:04:25 -0700 2008 | |
| |
files | Thu Jul 24 05:14:27 -0700 2008 | |
| |
games/ | ||
| |
launch.rb | ||
| |
lib/ | ||
| |
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/ |
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.








