https://github.com/jesperancinha/kart-races
Made long time ago. Status is under construction
https://github.com/jesperancinha/kart-races
Last synced: about 2 months ago
JSON representation
Made long time ago. Status is under construction
- Host: GitHub
- URL: https://github.com/jesperancinha/kart-races
- Owner: jesperancinha
- License: apache-2.0
- Created: 2022-10-03T18:27:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T09:31:08.000Z (about 2 months ago)
- Last Synced: 2025-09-07T11:31:44.037Z (about 2 months ago)
- Language: Java
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Kart race laps
Under construction...
Here is a quick description on how to run this example:
To build it and make the executable jar:
```
$ mvn clean install
$ cd kart-race-laps-csv
$ mvn clean compile assembly:single
```
The following is an example on how to run from the command line:
```
java -jar target/kart-race-laps-csv-1.0.0-SNAPSHOT-jar-with-dependencies.jar -n racer1,racer2,racer3,racer4,racer5 -k 1,2,3,4,5 -min 1000 -max 1500 -laps 10 -t 1000 -of /tmp/results.csv
```
## About me
[](https://github.com/jesperancinha)