From 2b4d5e2f6f2c192e8a60e40b4061c872027d9d1e Mon Sep 17 00:00:00 2001 From: David Reignier Date: Tue, 27 Aug 2019 20:27:37 +0200 Subject: [PATCH 01/18] Add github action workflow --- .github/workflows/maven.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..b05aab9 --- /dev/null +++ b/.github/workflows/maven.yml @@ -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 From 420a7dd19ada1f0f2d0b54e70cbc61191b50f0ee Mon Sep 17 00:00:00 2001 From: Michal Falenski Date: Wed, 9 Oct 2019 12:52:26 +0200 Subject: [PATCH 02/18] Added referee links for UTG, LOCAM and CoK. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a25c71c..21b04ab 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ 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. + * 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) * Ghost in the cell: From e9e9909d890ced391a1e8d3c8f207dc776257f06 Mon Sep 17 00:00:00 2001 From: rustam Date: Mon, 18 May 2020 00:37:32 +0500 Subject: [PATCH 03/18] Spring challenge 2020 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21b04ab..19a6146 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ 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. + * 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: From 8591e461f1bb41b523c1b67baf9d5e161cb97df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 18:03:10 +0000 Subject: [PATCH 04/18] Bump log4j-core from 2.4.1 to 2.13.2 Bumps log4j-core from 2.4.1 to 2.13.2. Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1dd4cfa..a0d4620 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.logging.log4j log4j-core - 2.4.1 + 2.13.2 From 48f67829ca9bcd11c05658b093e17a52091041d5 Mon Sep 17 00:00:00 2001 From: David Reignier Date: Wed, 1 Jul 2020 22:53:23 +0200 Subject: [PATCH 05/18] Replace "IDE" by "arena" in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a6146..75aab52 100755 --- a/README.md +++ b/README.md @@ -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/" From 0c88bc2e8a1571337d550f3ac4fcc3f6d2418269 Mon Sep 17 00:00:00 2001 From: David Reignier Date: Wed, 30 Dec 2020 11:59:03 +0100 Subject: [PATCH 06/18] Revert log4j2 version. Fixes #29 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0d4620..1dd4cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.4.1 From 481356a95772086bb658be480ab6a8143199cdd3 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 11 May 2021 15:36:39 -0400 Subject: [PATCH 07/18] Add spring challenge 2021 by Wontonimo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75aab52..363afbd 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ 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. + * 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: From 99e4b2d7b65e70625822113be67e48c948506ebc Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 24 May 2021 18:50:46 -0400 Subject: [PATCH 08/18] Add Botters of the Galaxy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 363afbd..75bafd4 100755 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ If you have a bug or a problem with one of these referees, create an issue of th * 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: From b35bc39ff4237cf416da5917b8f14369a9d1400c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:10:32 +0000 Subject: [PATCH 09/18] Bump log4j-core from 2.4.1 to 2.16.0 Bumps log4j-core from 2.4.1 to 2.16.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1dd4cfa..38d3599 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.logging.log4j log4j-core - 2.4.1 + 2.16.0 From 7f033d1ebedcfd6cc32ffa08b04a2fe37d84ae46 Mon Sep 17 00:00:00 2001 From: johnpage-agixis <62235266+johnpage-agixis@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:44:01 +0200 Subject: [PATCH 10/18] Add compatible referee for SpringChallenge2022 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75bafd4..7309cdd 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ 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. + * Spring challenge 2022: + * https://github.com/johnpage-agixis/SpringChallenge2022 * Spring challenge 2021: * https://github.com/LSmith-Zenoscave/SpringChallenge2021 (Java) * Spring challenge 2020: From 514b7e6110e515de1c51019e43c4a7be714bae78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:09:17 +0000 Subject: [PATCH 11/18] Bump log4j-core from 2.16.0 to 2.17.1 Bumps log4j-core from 2.16.0 to 2.17.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38d3599..b3c9d65 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.logging.log4j log4j-core - 2.16.0 + 2.17.1 From 4630187068a9ad9a8fd130f161668fbaa0d23a4e Mon Sep 17 00:00:00 2001 From: Kevin Sandow Date: Tue, 10 May 2022 09:23:42 +0200 Subject: [PATCH 12/18] Update urls for CotC, C4L, WW & MM referees --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7309cdd..3180a45 100755 --- a/README.md +++ b/README.md @@ -139,13 +139,13 @@ If you have a bug or a problem with one of these referees, create an issue of th * 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: From cf630dbbac09cccd99038ed01909a8cbdf3ad910 Mon Sep 17 00:00:00 2001 From: bastien-35 <62873728+bastien-35@users.noreply.github.com> Date: Wed, 14 Dec 2022 08:28:24 +0100 Subject: [PATCH 13/18] Update README.md added FC2022 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3180a45..308b0be 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,9 @@ 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. + + * Fall challenge 2022: + * https://github.com/bastien-35/FallChallenge2022-KeepOffTheGrass * Spring challenge 2022: * https://github.com/johnpage-agixis/SpringChallenge2022 * Spring challenge 2021: From c610a86523d9a3794268c23454435ae3bea15daa Mon Sep 17 00:00:00 2001 From: Thomas Menanteau <91687641+VisualDev-FR@users.noreply.github.com> Date: Wed, 24 May 2023 22:05:52 +0200 Subject: [PATCH 14/18] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3c9d65..1dd4cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache.logging.log4j log4j-core - 2.17.1 + 2.4.1 From ca45e6eabcc503381b4051428620c3cefbe0c4fc Mon Sep 17 00:00:00 2001 From: Yevhen Kazmin Date: Fri, 26 May 2023 21:08:33 +0900 Subject: [PATCH 15/18] linked Spring challenge 2023 in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 308b0be..4f7ac5f 100755 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ 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. + * Spring challenge 2023: + * https://github.com/aangairbender/SpringChallenge2023-brutaltester * Fall challenge 2022: * https://github.com/bastien-35/FallChallenge2022-KeepOffTheGrass * Spring challenge 2022: From d4e736ae581564f546431eaa03b11ded0dc8d986 Mon Sep 17 00:00:00 2001 From: aexg <29448170+aexg@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:33:27 +0200 Subject: [PATCH 16/18] Link Summer 2024 Challenge in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f7ac5f..a5cdd60 100755 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ 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. + * Spring challenge 2024: + * https://github.com/aexg/SummerChallenge2024Olymbits * Spring challenge 2023: * https://github.com/aangairbender/SpringChallenge2023-brutaltester * Fall challenge 2022: From 02a4661634592144aa7e7cb6360ba3a68b03e51d Mon Sep 17 00:00:00 2001 From: Kathrin Geilmann Date: Tue, 5 Nov 2024 21:26:59 +0100 Subject: [PATCH 17/18] Update README.md to include Cultist Wars --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5cdd60..ba990a5 100755 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ 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. - + * Cultist Wars + * https://github.com/kgeilmann/cultist-wars-referee * Spring challenge 2024: * https://github.com/aexg/SummerChallenge2024Olymbits * Spring challenge 2023: From e1c2c0991a7b57fe8a14ed6c90f0984d79f85817 Mon Sep 17 00:00:00 2001 From: aexg <29448170+aexg@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:52:56 +0100 Subject: [PATCH 18/18] Link Winter 2024 Challenge in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba990a5..e41df18 100755 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ 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: