https://github.com/himanshuteotia/robot
Its a Robot which we can move into NORTH,WEST,SOUTH, EAST direction and we can also place the robot on X and Y position. We can move one step at the current direction also can rotate to left and right position.
https://github.com/himanshuteotia/robot
Last synced: 4 months ago
JSON representation
Its a Robot which we can move into NORTH,WEST,SOUTH, EAST direction and we can also place the robot on X and Y position. We can move one step at the current direction also can rotate to left and right position.
- Host: GitHub
- URL: https://github.com/himanshuteotia/robot
- Owner: himanshuteotia
- License: mit
- Created: 2018-08-04T13:05:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T04:27:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T08:27:44.761Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
You have to run ``` yarn install```
then run ``` yarn start ```
Now you can test the app on this url [http://localhort:3000](http://localhost:3000) in browser.Thanks