Skip to content

Commit

Permalink
Add the package definition on :dice-of-doom-v2
Browse files Browse the repository at this point in the history
As well load the :lazy and :dice-of-doom package
  • Loading branch information
ryukinix committed Mar 15, 2017
1 parent 2f28ff7 commit 8b4b4f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions land-of-lisp/cap18-dice-of-doom-v2.lisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
;; Common Lisp Script
;; Manoel Vilela

(load "cap15-dice-of-doom") ;; load as package dice-doom
(load "cap18-lazy-programming") ;; load directly to cl-user

(defpackage :dice-of-doom-v2
(:use :cl :dice-of-doom :lazy)
(:export :human
:computer
:*num-players*
:*max-dice*
:*board-size*
:*board-hexnum*))

(in-package dice-of-doom-v2)

0 comments on commit 8b4b4f8

Please sign in to comment.