Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 467 Bytes

File metadata and controls

32 lines (22 loc) · 467 Bytes

Turtle App

This small application is a simple implementation of a Logo Turtle (https://pl.wikipedia.org/wiki/Logo_(j%C4%99zyk_programowania).

One can run the program by passing via CLI a text file with appropriate commands:

PLACE x,y,d MOVE LEFT RIGHT REPORT

How to install

One should clone the repository to their local disk.

Running the program

ruby command_file_reader.rb <textfilename>

Running specs

bundle
rspec spec/

Have fun!