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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T10:02:20.000Z (about 5 years ago)
- Last Synced: 2025-02-14T21:47:05.672Z (4 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.

# 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/