This was a fun little project i made as part of the 20th GPN (Gulasch Programmiernacht). https://entropia.de/GPN20
It creates an TCP server where people can connect to and write bots for.
The challenge is simple. Write a bot that solves the Maze!
Whoever reaches the goal first is the winner.
- Clone this repo
git clone [email protected]:freehuntx/gpn-mazing.git
- Enter the folder
cd gpn-mazing
- Install the dependencies
npm install
- Start the servers
Game server:npm run dev:server
View server:npm run dev:viewer
- Open the viewer in the browser (See console output for the address)