/CG-bandas

An AI multiplayer game made with the Codingame SDK

Primary LanguageJava

CG-Bandas

An AI multiplayer game made with the Codingame SDK
Based on Frutiparc Frutibandas game
Assets by Kenney Vleugels

You can find the rules in config/statement_en.html

Start

  • git clone git@gitlab.com:Oli8/cg-bandas.git

  • Then, import this project as an existing maven project into your IDE:

    • Eclipse: File > Import > Existing Maven Projects
    • IntelliJ IDEA: Import Project > Select cg-bandas > Import project from external model > Maven
  • The class to run is test/java/Main.java:

    • Eclipse: Right click on Main.java > Run As > Java Application
    • IntelliJ IDEA: Right click on Main > 'Run Main.main()'

This will launch a web server to serve a page with the viewer of the game to http://localhost:8888