Skip to content

Instantly share code, notes, and snippets.

@futureperfect
Created October 14, 2013 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save futureperfect/6983414 to your computer and use it in GitHub Desktop.
Save futureperfect/6983414 to your computer and use it in GitHub Desktop.
;; 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