Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sebity/the-invaders

A remake of the classic game Space Invaders
https://github.com/sebity/the-invaders

Last synced: about 1 month ago
JSON representation

A remake of the classic game Space Invaders

Lists

README

        

The Invaders
============

A remake of the classic game Space Invaders

## Dependencies

- [LISPBUILDER-SDL](https://code.google.com/p/lispbuilder/wiki/LispbuilderSDL)

## Quickstart

To run this game place the files somewhere [Quicklisp](http://www.quicklisp.org/) can find it, and execute the following in the REPL:

```lisp
(ql:quickload :the-invaders)
(the-invaders:start)
```

## Controls

To control the ship use the `Left` and `Right` arrows keys and `Z` to fire.