Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroplayerrodent/hectors-maze
Classic-style arcade maze game
https://github.com/zeroplayerrodent/hectors-maze
game lisp maze-game sketch
Last synced: 28 days ago
JSON representation
Classic-style arcade maze game
- Host: GitHub
- URL: https://github.com/zeroplayerrodent/hectors-maze
- Owner: ZeroPlayerRodent
- Created: 2024-04-09T23:26:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:51:38.000Z (7 months ago)
- Last Synced: 2024-05-23T00:45:41.521Z (7 months ago)
- Topics: game, lisp, maze-game, sketch
- Language: Common Lisp
- Homepage:
- Size: 510 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hector's Maze
Is a classic-style arcade maze game with a medieval fantasy theme![screenshot-1](https://github.com/ZeroPlayerRodent/Hectors-Maze/blob/main/screenshots/screenshot-1.png)
## How to build from source
First make sure you have these libraries installed:
* [Sketch](https://github.com/vydd/sketch)
* [Harmony](https://github.com/Shirakumo/harmony)Then load and run `build-game.lisp` in [SBCL](https://www.sbcl.org/).
This should create a new executable called `hectors-maze`.
Now the game is built! Open the finished executable to play the game.