Skip to content

Oli8/CG-bandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@github.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

Contributors