|
Project Information
Featured
Downloads
Links
|
The Chaotik Game Logic Library is a Java game logic library that provides some re-usable game logic classes, built on top of the Slick2D Java library. The main focus of the library is to provide a component-based game engine. The game world is inhabited by entities and each entity is composed of 1 or more components which can each add functionality like game logic, rendering, etc. The project is a fork of the reusable components developed for Jumpers (http://code.google.com/p/jumpers/). Current features include:
|