Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryukinix/trivial-snake
- Owner: ryukinix
- Created: 2020-05-25T11:22:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T10:02:20.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:59:19.253Z (about 2 months ago)
- Topics: common-lisp, game, snake, trivial-gamekit
- Language: Common Lisp
- Size: 29.3 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/