Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jockets/maze-runner
Use this Bash script to navigate out of a maze!
https://github.com/jockets/maze-runner
bash javascript maze
Last synced: 1 day ago
JSON representation
Use this Bash script to navigate out of a maze!
- Host: GitHub
- URL: https://github.com/jockets/maze-runner
- Owner: JockeTS
- Created: 2025-01-27T12:19:00.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T12:29:58.000Z (3 days ago)
- Last Synced: 2025-01-28T13:24:43.725Z (3 days ago)
- Topics: bash, javascript, maze
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Runner
## Description
A Bash script where the goal is to navigate your way out of a maze.
The script connects to a server hosting a maze game and lets the user navigate the maze using commands.
This can be done either through stand-alone commands or by entering a continuous command loop.
The script interacts with the server using **cURL** to retrieve data and update game files.## Quick Start
* git clone https://github.com/JockeTS/maze-runner.git
* cd maze-runner/
* Start Server: node ./server/index.js
* Start Maze Runner: ./client/mazerunner.bash loopThere are two maps, start with "small-maze" to get familiar with the commands.
When you feel brave enough, give "maze-of-doom" a try and make sure to bring a torch!