Skip to content
 
 

Repository files navigation

Original author: Marco Robol - marco.robol@unitn.it - University of Trento - 2022/2023

Original project repository: https://github.com/unitn-ASA/Deliveroo.js

Deliveroo.js

This is a fork of the Deliveroo.js server, specifically the latest version used to test the agent. In order to run the server, execute the following command from the root of the repository to build the necessary components:

npm run build

To start the server run

npm start

Note

If some critical errors appear during the build, or the server does not start, try to build each component manually.

# Build the backend
cd backend
npm run build
cd ..

# Build the frontend
cd frontend
npm run build
cd ..

#Finish the build
npm run build

About

Multiplayer Grid-based Parcel Collection Game for Educational Purposes in Planning and Autonomous Agents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages