Sha256: 349b46adc638f92c34ff4e06f000bcdfcacdadcec44947b0e0b7d189d4654d76

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

# Robot

Robot game simulation gem.

## Installation

```ruby
gem install 'robot_rea'
```

## Usage

Run the executable:
```
robot
```

Try some commands: 

```
PLACE 0,0,NORTH
MOVE
REPORT
LEFT
REPORT
```


To run the specs, clone the repo then run `bundle exec rspec`

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
robot_rea-0.1.9 README.md
robot_rea-0.1.8 README.md
robot_rea-0.1.7 README.md
robot_rea-0.1.6 README.md