Skip to content

Commit

Permalink
Merge branch 'dreignier:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex5160d authored Dec 27, 2024
2 parents e1709ad + 6489c24 commit 2ae517d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cg-brutaltester

cg-brutaltester is a Java local tool to simulate the [CodinGame](https://www.codingame.com/) multiplayer IDE. How does it work? Very simple:
cg-brutaltester is a Java local tool to simulate the [CodinGame](https://www.codingame.com/) multiplayer arena. How does it work? Very simple:

java -jar cg-brutaltester.jar -r "java -jar cg-referee-ghost-in-the-cell.jar" -p1 "./myCode.exe" -p2 "php myCode.php" -t 2 -n 100 -l "./logs/"

Expand Down Expand Up @@ -119,19 +119,43 @@ This is not an official roadmap at all.

If you have a bug or a problem with one of these referees, create an issue of the github project of the referee, not on cg-brutaltester project. This may not be a full list of available referees for cg-brutaltester. If you want to add a referee to this list, just make a pull request.

* Winter challenge 2024:
* https://github.com/aexg/WinterChallenge2024-Cellularena
* Cultist Wars
* https://github.com/kgeilmann/cultist-wars-referee
* Spring challenge 2024:
* https://github.com/aexg/SummerChallenge2024Olymbits
* Spring challenge 2023:
* https://github.com/aangairbender/SpringChallenge2023-brutaltester
* Fall challenge 2022:
* https://github.com/bastien-35/FallChallenge2022-KeepOffTheGrass
* Spring challenge 2022:
* https://github.com/johnpage-agixis/SpringChallenge2022
* Spring challenge 2021:
* https://github.com/LSmith-Zenoscave/SpringChallenge2021 (Java)
* Spring challenge 2020:
* https://github.com/Akarachudra/brutaltester-spring-challenge-2020 (Java)
* Unleash The Geek:
* https://github.com/fala13/UnleashTheGeek (Java)
* Legends Of Code And Magic:
* https://github.com/fala13/LegendsOfCodeAndMagic (Java)
* Code of Kutulu:
* https://github.com/fala13/code-of-kutulu (Java)
* Ultimate Tic Tac Toe
* https://github.com/dreignier/game-ultimate-tictactoe (Java)
* Botters of the Galaxy:
* https://github.com/Illedan/BOTG-Refree (Java)
* Ghost in the cell:
* https://github.com/dreignier/cg-referee-ghost-in-the-cell (Java) (use it with `-o`)
* Coders of the Caribbean:
* https://github.com/Coac/brutaltester-referee-coders-of-the-caribbean (Java) (use it with `-o`)
* https://github.com/KevinBusse/cg-referee-coders-of-the-caribbean (Java) (use it with `-o`)
* https://github.com/kevinsandow/cg-referee-coders-of-the-caribbean (Java) (use it with `-o`)
* Code 4 life:
* https://github.com/KevinBusse/cg-referee-code4life (Java) (use it with `-o`)
* https://github.com/kevinsandow/cg-referee-code4life (Java) (use it with `-o`)
* Wondev Woman:
* https://github.com/KevinBusse/cg-referee-wondev-woman (Java) (use it with `-o`)
* https://github.com/kevinsandow/cg-referee-wondev-woman (Java) (use it with `-o`)
* Mean Max:
* https://github.com/KevinBusse/cg-referee-mean-max (Java) (use it with `-o`)
* https://github.com/kevinsandow/cg-referee-mean-max (Java) (use it with `-o`)
* Coders strike back:
* https://github.com/robostac/coders-strike-back-referee (Go) (use it with `-o`)
* Back to the Code:
Expand Down

0 comments on commit 2ae517d

Please sign in to comment.