Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ EntiJ Public

Entity management system and game engine.

License

EntiJ/EntiJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages