Sha256: aaa4016928405ade310ca352216446271a0384804d9ee41aa8d090814ad928c9
Contents?: true
Size: 1021 Bytes
Versions: 1
Compression:
Stored size: 1021 Bytes
Contents
# Toy Robot Simulator ## Installation Run: ``` gem install toy_robo_simulator ``` ## Usage ## Development Specs - [ ] Create a 5x5 tabletop when initated - [ ] The (0,0) is the south west corner - [ ] The robot cannot move out of range - [ ] Available Commands - [ ] PLACE X, Y, F: Place the robot on a specific position with direction - [ ] MOVE: move forward one space - [ ] LEFT: turn left - [ ] RIGHT: turn right - [ ] REPORT: report current position and direction - [ ] PLACE should be the first command, otherwise ignored - [ ] Allow both CLI input and file input ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/toy_robo_simulator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toy_robo_simulator-0.1.0 | README.md |