Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokle/coding-exercise-java-robot
https://github.com/pokle/coding-exercise-java-robot
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pokle/coding-exercise-java-robot
- Owner: pokle
- Created: 2011-11-13T13:08:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T13:05:00.000Z (over 9 years ago)
- Last Synced: 2023-03-11T00:19:11.201Z (over 1 year ago)
- Language: Java
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)