svercl / cl-snake

There's a snake in my Lisp!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

This is a simple game of snake.

Installation and running

;; add cl-bodge distribution if you haven't already
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt")
(ql:quickload :snake)
(snake:play)

Requirements

Should be the same as TRIVIAL-GAMEKIT

  • OpenGL 2.1 or 3.3+
  • 64-bit (x86_64) Windows, GNU/Linux or macOS
  • x86_64 SBCL or CCL

License

MIT

About

There's a snake in my Lisp!

License:MIT License


Languages

Language:Common Lisp 100.0%