Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryukinix/trivial-snake

A trivial snake game written in Common Lisp built on top of trivial-gamekit
https://github.com/ryukinix/trivial-snake

common-lisp game snake trivial-gamekit

Last synced: about 6 hours ago
JSON representation

A trivial snake game written in Common Lisp built on top of trivial-gamekit

Awesome Lists containing this project

README

        

# trivial-snake

A trivial snake game written in Common Lisp built on top of [trivial-gamekit]. For learning purposes.

![snake](./trivial-snake.png)

# Running

Make sure you have [SBCL], [quicklisp] and [trivial-gamekit] installed on your
system properly.

```
sbcl --load trivial-snake.lisp
```

Use arrow keys to move. Press space to pause. You only dies when
collides with itself.

[trivial-gamekit]: https://github.com/borodust/trivial-gamekit
[quicklisp]: https://www.quicklisp.org/beta/
[SBCL]: http://www.sbcl.org/