/olympe

Primary LanguageJavaScript

Toy Robot Simulator

Uses the Robot class to simulate a toy robot moving on a square tabletop (See PROBLEM.md for details on how the robot moves).

Users can move the robot via the command line.

Installing Node dependencies

$ npm install

Playing the application via the command line

$ node index.js

NOTE: uses the Inquirer package to handle command line interactions

Running the tests

$ npm test