Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfriends/robot-vacuum
A simple Roomba that wanders the big wide world
https://github.com/foxfriends/robot-vacuum
game robot simulator vacuum
Last synced: 16 days ago
JSON representation
A simple Roomba that wanders the big wide world
- Host: GitHub
- URL: https://github.com/foxfriends/robot-vacuum
- Owner: foxfriends
- Created: 2017-02-05T03:04:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T17:24:10.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T16:02:39.151Z (3 months ago)
- Topics: game, robot, simulator, vacuum
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[demo]: http://cameldridge.com/experiment/robot-vacuum/index.html
[Game Engine]: https://github.com/OinkIguana/game-engine# Robot Vacuum
A simple Robot Vacuum that wanders the big wide world.
Watch the Robot Vacuum in action [here][demo].
## 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
```