Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 370 Bytes

File metadata and controls

15 lines (10 loc) · 370 Bytes

Code Samples

https://github.com/densikat/Robot-Simulator

A Java command line program.

Simulation of toy robot moving on a square tabletop

Demonstrates

  • Implementation of factory pattern
  • Grasp of Object Oriented principles
  • Test-Driven Development
  • Maven usage
  • High quality readme