Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 572 Bytes

Lionheart

Game engine for personal use

Entity-component registry

Create new components by declaring a component class extending the ComponentBase class. Create a function for building them from an XML node by specialising the BuildComponent function template in XMLParser.h, and mapping the desired XML tag name to this function using XMLParser::RegisterComponent().

World generation

Randomly generate hex-gridded planets with plenty of customisation

Revolving