An open API service indexing awesome lists of open source software.

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.

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