- Ruby 3.1.0
- Rails 7.0.1
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.
PLACE X,Y,F
MOVE
LEFT
RIGHT
REPORTgit clone https://github.com/axelzito/toy_robot.git project_namecd project_namebundle installrails s -p 3000http://localhost:3000/by Axel Miguez