https://github.com/borodust/notalone
Autumn 2017 Lisp Game Jam Entry
https://github.com/borodust/notalone
Last synced: about 1 year ago
JSON representation
Autumn 2017 Lisp Game Jam Entry
- Host: GitHub
- URL: https://github.com/borodust/notalone
- Owner: borodust
- License: gpl-3.0
- Created: 2017-10-17T18:33:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T19:43:18.000Z (over 5 years ago)
- Last Synced: 2024-08-01T03:41:50.317Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 6.04 MB
- Stars: 23
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cl-software - Notalone - You wake up nowhere in the night. Hungry zombies around, but your ol' pal "BOOMSTICK" is with you. [GPL3] (Applications / Games)
README
[](https://travis-ci.org/borodust/notalone) [](https://ci.appveyor.com/project/borodust/notalone)
# NOTALONE
You wake up nowhere in the night. Hungry zombies around, but your ol' pal "BOOMSTICK" is with you.
SHOOT 'EM ALL!
## Controls
| Action | Control |
|---------|---------|
| Shoot | Left mouse button |
| Run | WASD |
| Look around | Mouse cursor |
## Installation and running
Binaries available at [releases](https://github.com/borodust/notalone/releases) page.
You also can install it via `quicklisp`:
```lisp
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.testing.txt")
(ql:quickload :notalone)
(notalone:play-game)
```
## Requirements
* OpenGL 3.3+
* 64-bit (x86_64) Windows, GNU/Linux or macOS
* x86_64 SBCL or CCL
## Credits
* Zombie sprites by [Curt](https://opengameart.org/content/zombie-rpg-sprites)
* Music "Orbital Colossus" by [Matthew Pablo](http://www.matthewpablo.com/game-soundtrack2)
* Spooky sounds by [bart](https://opengameart.org/content/25-spooky-sound-effects)
* Shotgun sound by [Marregheriti](https://freesound.org/people/Marregheriti/sounds/266105/)
Made with [trivial-gamekit](https://github.com/borodust/trivial-gamekit)