alex-eg / aark

it's an aardvark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aark — Arkanoid game written in Common Lisp and SDL2.

Installation

You need installed and working quicklisp for it.

  • Let quicklisp know about aark system:
$ # clone directly to local-projects
$ git clone https://github.com/alex-eg/aark.git ~/quicklisp/local-projects/aark
$ # or create symlink
$ ln -s /path/to/aark ~/quicklisp/local-projects/aark
  • Load system into the running REPL and run the game:
(ql:quickload :aark)
(aark:main)  ; run the game

About

it's an aardvark


Languages

Language:Common Lisp 100.0%