Giter Site home page Giter Site logo

tyxieblub / summerchallenge2024olymbits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aexg/summerchallenge2024olymbits

0.0 0.0 0.0 1.51 MB

https://www.codingame.com/contests/summer-challenge-2024-olymbits

JavaScript 0.68% Python 0.03% Java 23.82% TypeScript 37.27% HTML 0.97% Smarty 37.23%

summerchallenge2024olymbits's Introduction

CodinCame Summer Challenge 2024 Olymbits CLI runner

This is a referee for CodinGame's Summer Challenge 2024 with command line interface adapted for usage with cg-brutaltester

https://www.codingame.com/contests/summer-challenge-2024-olymbits

Build

  • install Java 17 and Maven
  • run in command line mvn package in the root dir where pom.xml file is

The compiled jar file is in ./target/summer-2024-olympics-1.0-SNAPSHOT.jar

Run

Build cg-brutaltester as described in its readme-file (cg-brutaltester)

To copy both referee and cg-brutaltester JAR files, i.e. summer-2024-olympics-1.0-SNAPSHOT.jar and cg-brutaltester-1.0.0-SNAPSHOT.jar to same directory make handling paths easier.

This is a sample command that works, you can change optptions as described in the BrutalTester readme-file.

java -jar cg-brutaltester-1.0.0-SNAPSHOT.jar \
    -r "java --add-opens java.base/java.lang=ALL-UNNAMED -jar -Dleague.level=3 summer-2024-olympics-1.0-SNAPSHOT.jar" \
    -p1 "python3 player1.py" \
    -p2 "python3 player2.py" \
    -p3 "python3 player3.py" \
    -s     \
    -t 4   \
    -n 10

Option -Dleague.level=3 above defines League-3 that is valid for Bronze and higher leagues.


summerchallenge2024olymbits's People

Contributors

aexg avatar cgjupoulton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.