Skip to content

oscarrr110/rea-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparation

  • Java7
  • Maven
  • Junit
  • Mockito

Compile

  • mvn package

Run

  • java -jar target/toyrobot-1.0-SNAPSHOT.jar

Example

Toy Robot Simulator
Enter a command:
 EX: PLACE X,Y,NORTH|SOUTH|EAST|WEST
 EX: MOVE|LEFT|RIGHT|REPORT
 Type QUIT to EXIT
Toy Robot>PLACE 0,0,NORTH
Toy Robot>REPORT
0,0,NORTH
Toy Robot>MOVE
Toy Robot>REPORT
0,1,NORTH
Toy Robot>RIGHT
Toy Robot>MOVE
Toy Robot>REPORT
1,1,EAST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages