https://github.com/minju25kim/robot-test
test robot movement
https://github.com/minju25kim/robot-test
datacamp
Last synced: over 1 year ago
JSON representation
test robot movement
- Host: GitHub
- URL: https://github.com/minju25kim/robot-test
- Owner: minju25kim
- Created: 2022-03-17T23:38:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T17:11:34.000Z (about 4 years ago)
- Last Synced: 2023-03-11T16:17:38.071Z (over 3 years ago)
- Topics: datacamp
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robot-test
## Links
- reference [coding-test-simulate-a-robot](https://github.com/datacamp-engineering/coding-test-simulate-a-robot)
- [coordinate grid template](https://www.geogebra.org/m/VWN3g9rE)
- [jasmine documentation](https://jasmine.github.io/pages/getting_started.html)
## what I learned
- how to write class declaration
- how to set up test file
- how to use git ignore
## result
- test command I tried `npx jest robot-simulator.spec.js`
https://user-images.githubusercontent.com/48757517/159597080-74ccd14a-6847-48c4-858c-cc65cb0d2640.mp4
## Extra Things to do...
- add grid to show the robot's location
- make robot work with command from the point where robot already existed
- use keyboard control to move robot's coordinate