An open API service indexing awesome lists of open source software.

https://github.com/aledsz/desafio-explorando-marte


https://github.com/aledsz/desafio-explorando-marte

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Desafio: Explorando Marte

## Running

Just run `elixir app.exs`

## How to use?

- Set inputs separated by space
- You can send these type of data:
- `ACTION`
- `X Y`
- `X Y ACTION`
- `X Y DIRECTION`
- `X Y DIRECTION ACTION`

## Data types

- **DIRECTION**: Initial direction (N/E/S/W)
- **ACTION**: One or more actions (M/L/R)
- **X**: Coordenate x
- **Y**: Coordenate y