https://github.com/jockets/maze-runner
Bash script for navigating out of a maze.
https://github.com/jockets/maze-runner
bash curl javascript maze
Last synced: 22 days ago
JSON representation
Bash script for navigating out of a maze.
- Host: GitHub
- URL: https://github.com/jockets/maze-runner
- Owner: JockeTS
- Created: 2025-01-27T12:19:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T12:37:33.000Z (6 months ago)
- Last Synced: 2025-06-22T00:06:01.827Z (22 days ago)
- Topics: bash, curl, javascript, maze
- Language: JavaScript
- Homepage:
- Size: 14.6 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!