- A simple console/terminal based application.
- Created a simulation for a Mars Rover that can navigate a grid-based terrain.
- Able to move forward, turn left, and turn right.
- It avoids obstacles and stays within the boundaries of the grid.
- Use of pure Object-Oriented Programming, design patterns
