Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pokle/coding-exercise-java-robot


https://github.com/pokle/coding-exercise-java-robot

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Robot

[![Circle CI](https://circleci.com/gh/pokle/coding-exercise-java-robot.svg?style=svg)](https://circleci.com/gh/pokle/coding-exercise-java-robot)

Just a Java OO robot coding test.

## Build & install

./gradlew build installDist

## Run

./build/install/coding-exercise-java-robot/bin/coding-exercise-java-robot a.txt b.txt c.txt
Simulating file: a.txt
Vector<0,1,NORTH>
Simulating file: b.txt
Vector<0,0,WEST>
Simulating file: c.txt
Vector<3,3,NORTH>

----
[My other coding exercises](https://github.com/search?q=user%3Apokle+coding-exercise)