Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 539 Bytes

File metadata and controls

17 lines (9 loc) · 539 Bytes

Pong CodinGame Example

Purpose

This project is an example game for the CodinGame SDK.

It contains a simple 2 player game where both players perform actions simultaneously. It also contains an example of a custom module, which is optional to run the game.

Build

Clone this project & download the Maven dependencies.

Run

Launch src/test/java/Main.java to launch a local game with Agent1.java vs Agent2.java

The rules of Pong are explained in config/statement_en.html