Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

svercl/cl-snake

Repository files navigation

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