Skip to content

kouroshsalahshoor/RobotApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotApp

a programming assignment for DevoTeam

based on the description in: robot-assignment-backend

This program reads and validates 3 lines:

  • Room line: the boundries of the plane that robot can move on like: 5 5
  • Start position: where to start and orientation (N|S|E|W) like: 1 2 N
  • commands: a string containing a series of 3 commands like: RFRFFRFRF
    • R: right
    • L: Left
    • F: Forward

The result of commands is printed on screen: Report: {Position.X} {Position.Y} {Position.Orientation}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages