comparison clojure/com/aurellem/run/title.clj @ 254:5dafe6188ca5

fixed incompetence.
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Mar 2012 04:17:10 -0500
parents b7f682bb3090
children c7b002525041
comparison
equal deleted inserted replaced
253:4efc773f8b50 254:5dafe6188ca5
123 (defn intro [] 123 (defn intro []
124 [(read-moves "title-checkpoint") 124 [(read-moves "title-checkpoint")
125 (read-state "title-checkpoint")]) 125 (read-state "title-checkpoint")])
126 126
127 (defn test-intro [] 127 (defn test-intro []
128 (play-vbm (moves->filename title-frames))) 128 (play-vbm (moves-filename "title-checkpoint")))
129 129
130 ;; TODO might be able to glue these together more elegantly with monads 130 ;; TODO might be able to glue these together more elegantly with monads
131 131