diff --git a/xong/xong.lisp b/xong/xong.lisp index 9fde5e2..62b0498 100644 --- a/xong/xong.lisp +++ b/xong/xong.lisp @@ -367,6 +367,7 @@ squeezing by in between pulses!")) [player-column world]]) (let ((player-dir [direction-to-player world row column])) [alarm self] +;; (setf player-dir) [move self player-dir] [expend-action-points self 10]) (multiple-value-bind (r c) diff --git a/xong/xong.org b/xong/xong.org index 0aa1656..be605f9 100644 --- a/xong/xong.org +++ b/xong/xong.org @@ -1,3 +1,4 @@ +** TODO recursive serialization ** TODO LEVEL EDITING TURTLE CURSOR ** TODO fire that spreads and must be put out ** TODO more paint mechanics.. no instadeath on snake, instead he fires @@ -15,7 +16,6 @@ ** TODO no point-farming snake in gray room ** TODO get rid of tail extenders ** TODO fix point-blank firing bounce on mystery-box -** TODO set when seeking player, easier to lure ** TODO fix dynamic library loading on win/mac (10:02:00 PM) Shawn Betts: f710bc3ad0ebbdb87758003dc713b156a0ba5e2a (10:02:09 PM) Shawn Betts: that changes borks osx and win32 builds