Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 618 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 618 Bytes

Robot Vacuum

A simple Robot Vacuum that wanders the big wide world.

Watch the Robot Vacuum in action here.

Running

To run the Robot Vacuum yourself, you will need to have link up my Game Engine to NPM, and then link that with the Robot Vacuum package:

git clone [email protected]:oinkiguana/game-engine.git
cd game-engine
npm link
cd ../
git clone [email protected]:oinkiguana/robot-vacuum.git
cd robot-vacuum
npm link game-engine
npm install --only=dev
webpack
npm start