https://github.com/zeroplayerrodent/one-button-badass
One button game about slaying zombies.
https://github.com/zeroplayerrodent/one-button-badass
Last synced: 3 months ago
JSON representation
One button game about slaying zombies.
- Host: GitHub
- URL: https://github.com/zeroplayerrodent/one-button-badass
- Owner: ZeroPlayerRodent
- Created: 2024-06-20T22:36:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T21:42:54.000Z (almost 2 years ago)
- Last Synced: 2025-10-30T01:34:49.089Z (8 months ago)
- Language: Common Lisp
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One-Button-Badass
One button game about slaying zombies.
Shoot zombies, upgrade your stats and survive.
## Features
- Simple one-button controls
- Local multiplayer with up to 26 players on one keyboard
- 4 zany power-ups to purchase and upgrade
- Charmingly horrible Atari 2600-esque graphics
- Endless hordes of undead corpses to battle
## How to build from source
1. Install [SBCL](https://www.sbcl.org/) and the [CLX](https://packages.debian.org/stable/lisp/cl-clx-sbcl) library.
2. Clone this repo and navigate to the directory containing `build.lisp`.
3. Build the game by loading `build.lisp` in SBCL.
4. Run the game by typing `./one-button-badass` in the terminal.
5. Have fun!!