comparison clojure/com/aurellem/exp/moves.clj @ 159:d92f7d68445a

found out how to increase Max PP of a move
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 03:54:15 -0500
parents 2af503ea0268
children cd7979aa544e
comparison
equal deleted inserted replaced
158:339220ab3f5d 159:d92f7d68445a
280 ;; 251 FB : TM51 280 ;; 251 FB : TM51
281 ;; 252 FC : TM52 281 ;; 252 FC : TM52
282 ;; 253 FD : TM53 282 ;; 253 FD : TM53
283 ;; 254 FE : TM54 283 ;; 254 FE : TM54
284 ;; 255 FF : TM55 284 ;; 255 FF : TM55
285
286
287
288
289 ;; Note regarding PP of moves -- both the current PP and the
290 ;; total PP are stored in the same value somehow!