PierreRoudaut / pluto-rover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pluto-rover

This project emulate the navigation of a land-rover on the surface of a planet, handling only simple commands such as:

  • Move forwards (F)
  • Move backwards (B)
  • Pivot left (L)
  • Pivot right (R)

The rover is also able to detect obstacles if any encoutered

Getting startd

Clone the repository

dotnet restore
dotnet build

Runing tests

cd Pluto.Rover.Tests
dotnet restore
dotnet build
dotnet test

TODO

  • Implement initial dropzone for rover
  • Refactor switch cases by % of the map size

About

License:MIT License


Languages

Language:C# 100.0%