Skip to content

CodinGame/codingame-sdk-anim-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodinGame SDK Anim Module

This project is a sample module for the creation of a game using the Game Engine Toolkit of CodinGame.

Modules make it possible add create client-side logic to the viewer, making your game perform better. With modules you also have acces to the entire PIXI api to manipulate the viewer as yo usee fit.

It is used with the Codingame SDK.

How to use the module

  1. Create a new project base on the Game skeleton or an Example, or use your existing project.
  2. Copy the .java files of the chosen module into src/main/java/
  3. Copy the .js files of the chosen module into src/main/resources/view
  4. If not already present, create a config.js file in src/main/resources/view based on the example in this repository. Import the .js file you need and add it to the modules array.
  5. See the CodinGame SDK Documentation for more details.

Releases

No releases published

Packages

No packages published