Skip to content

axelzito/toy_robot

Repository files navigation

Toy Robot Simulator

Using:

  • Ruby 3.1.0
  • Rails 7.0.1

About

The application is a simulation of a toy robot moving on a square tabletop, of dimensions 5x5. Having a CLI option and also a web version.

Command Line Interface (CLI)

PLACE X,Y,F
MOVE
LEFT
RIGHT
REPORT

Download and Local installation

1) Clone and configure your bundle and database

git clone https://github.com/axelzito/toy_robot.git project_name
cd project_name
bundle install

2) Start your server

rails s -p 3000

3) Run the application in your browser

http://localhost:3000/

by Axel Miguez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published