Created
October 14, 2013 22:36
-
-
Save futureperfect/6983414 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Author: Erik Hollembeak | |
;; | |
(defun test-gamegrid-nonsense () | |
"Test out using gamegrid for rendering 2D ASCII world" | |
(require 'cl) | |
(require 'gamegrid) | |
(loop for x from 33 to 57 do | |
(gamegrid-init-buffer 24 24 x) | |
(sit-for 0.4))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment