This is a project to test common lisp with OpenGL
Turn on Common lisp:
sbcl
;; add path to asdf so it can be localized be quicklisp
;; or you can just put the git repo to ~/quicklisp/local-projects/
(push #p"C:/Users/user/Desktop/PATH-TO-REPO/" asdf:*central-registry*)
(ql:quickload :testing-rendering) ; load up
(play :start)
(now you can play versus yourself, or something.)