Skip to content

TheFreezeTeam/codingame-game-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is the Game Engine Toolkit of CodinGame. With it one can develop a game for the CodinGame platform.

This engine is meant to be imported with maven from a project such as the Game Engine skeleton.

Getting started

Check the documentation on the tech.io playground.

Check the javadoc.

Building

Requirmentes

  • maven
  • ojdk (Open JDK)
  • gpg

Commands to install or update requirments on windows using Chocolatey

cup maven
cup ojdkbuild11
cup gpg4win

Configuration

Create GPG Key Pair with Kleopatra

File -> New Key Pair

Save Passphrase.

Build

mvn clean install

About

CodinGame Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.1%
  • Java 28.9%
  • JavaScript 22.0%
  • CSS 3.0%