From a0c79415d7cd72d1291ba0fe864c58038fbb3c67 Mon Sep 17 00:00:00 2001 From: Andy Driver Date: Mon, 20 Aug 2012 00:51:22 +0100 Subject: [PATCH] Added README --- README.mdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.mdown diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..b702142 --- /dev/null +++ b/README.mdown @@ -0,0 +1,16 @@ +ASTeroids +========= + +A simple Asteroids clone, inspired by [Square Shooter by No Time To Play][1], but written in Common Lisp with Lispbuilder-SDL. + +Why? +---- + +I'm learning Common Lisp this year, and it seemed like a fun project. It was. + +Why are the first three letters of ASTeroids capitalized? +--------------------------------------------------------- + +It's a pun on Abstract Syntax Tree - which Lisp essentially is. Sorry. + +[1]: http://notimetoplay.org/our-games/square-shooter/