Hi all,
Hoping someone can help.
I would like to run Olympits on my local server and after downloading the files from here: GitHub - CodinGame/SummerChallenge2024Olymbits: https://www.codingame.com/contests/summer-challenge-2024-olymbits
and reading the docs on codingame, I was not able to run it. I encountered the following errors:
error: package com.codingame.gameengine.runner does not exist
Exception in thread “main” java.lang.NoClassDefFoundError: com/codingame/gameengine/runner/MultiplayerGameRunner
at Main.main(Main.java:8)
So the JVM cannot locate com.codingame.gameengine from the pom.xml file.
Could someone please provide a list of commands to run the program locally that does not result in errors?