Riddlerrr / drone_simulator

Just another test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RC drone simulator

It's an example of implementations for RC drone simulator problem

How to run application:

ruby run.rb commands.txt

By default this command run all robot's commands from commands.txt file. Please edit this file to change commands.

How to test application:

You need to run bundle to install RSpec:

bundle install

After that you can run tests:

rspec

About

Just another test task


Languages

Language:Ruby 100.0%