Skip to content

humasect/huma4drl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. You need a Common Lisp implementation.
   Only tested on SBCL right now.

2. Then link the huma4drl.asd file into your ~/.sbcl/systems directory:

   mkdir ~/.sbcl
   mkdir ~/.sbcl/systems
   ln -s ~/src/huma4drl/huma4drl.asd ~/.sbcl/systems

3. At the shell, cd to the the directory with this file, run SBCL, and
   then at the REPL, type:

    (require :huma4drl)
    (in-package :huma4drl)
    (output [dir])               ;; 'dir' is optional destination

About

Four Day Roguelike base project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published