Skip to content

Instantly share code, notes, and snippets.

@informatimago
Created August 7, 2018 23:51
Show Gist options
  • Save informatimago/186b94621935277322487c233ba84193 to your computer and use it in GitHub Desktop.
Save informatimago/186b94621935277322487c233ba84193 to your computer and use it in GitHub Desktop.
(defun make-entity (name hp atk)
(make-instance 'entity :name name :hp hp :atk atk
:actions (list (make-action "attack" #'attack))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment