Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.19 KB

odb-dynasty

Summary

Jam game made in 72 hours, Rogue-like-like Pyramid Simulator made with LibGDX and Artemis-ODB. Tested for desktop and html5 via gwt.

Grab what you need!

Artemis Entity System takes a way a lot of the lifecycle management, and composition is a natural match for a time constrained Jam. While made in a rush, I hope this code gives you an idea or two how to benefit from using an entity system in your project.

Usage details

While the meat is with peeking at the systems and components, you might like to compile the game! The project was created on top of libgdx-artemis-quickstart, which uses gradle for build automation, and snapshot versions of artemis and libgdx. gradlew desktop:run should run the game. See the libgdx wiki for how to use gradle with your ide.

License summary

Code and graphics are under a separate license. Feel free to do whatever with the code, the graphics however are copyrighted.

Play online