Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroplayerrodent/hectors-maze-lite
Lightweight version of Hector's Maze
https://github.com/zeroplayerrodent/hectors-maze-lite
game lisp maze-game
Last synced: 12 days ago
JSON representation
Lightweight version of Hector's Maze
- Host: GitHub
- URL: https://github.com/zeroplayerrodent/hectors-maze-lite
- Owner: ZeroPlayerRodent
- Created: 2024-06-28T01:39:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T17:52:06.000Z (7 months ago)
- Last Synced: 2024-11-25T04:07:28.890Z (2 months ago)
- Topics: game, lisp, maze-game
- Language: Common Lisp
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hectors-Maze-Lite
Lightweight version of [Hector's Maze](https://github.com/ZeroPlayerRodent/Hectors-Maze), designed specifically to be built and run on Raspberry Pi computers.(This game was tested and confirmed to work on Raspberry Pi 3 and Raspberry Pi 4 systems.)
## What's different
This version of Hector's Maze has simpler graphics, and doesn't have any audio.## 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 `./hectors-maze` in the terminal.You can change the size of the maze by passing a command-line argument to the program.
The sizes that are available are `small`, `medium` or `large`.
Example: type `./hectors-maze large` to start the game with a large maze.