Skip to content
forked from EntiJ/EntiJ

Entity management system and game engine.

License

Notifications You must be signed in to change notification settings

nmanoloudis/EntiJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis build badge

EntiJ

Entity-Component based, event driven game engine and entity management system written in Java 8 with functional elements.

The core ingredients of the system are the following:

  • Entity
  • Properties - Arbitrary data related to an entity.
  • Logic - Defines the behaviour of an entity.
  • Listeners - Triggered when something happens to an entity (such as state change).
  • Function - Function that can be attached to entities.
  • Component - Adds characteristics and functionality to an entity. It may include Properties, Logics, Listeners and Functions.

About

Entity management system and game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%