robotsim
Version:
Yet Another Robot Simulation, WIP
40 lines (22 loc) • 657 B
Markdown
# robotsim
Robot simulation, WIP
## Installation
Via npm on Node:
```
npm install robotsim
```
## Usage
TBD
See tests
## References
- [An Introductory Robot Programming Tutorial](https://www.toptal.com/robotics/programming-a-robot-an-introductory-tutorial)
## Samples
TBD
## Versions
TBD
## Contribution
Feel free to [file issues](https://github.com/ajlopez/robotsim) and submit
[pull requests](https://github.com/ajlopez/robotsim/pulls) � contributions are
welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that `npm test` continues to pass.