Skip to content

foxfriends/robot-vacuum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Roomba that wanders the big wide world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published