Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 379 Bytes

Heaps Components Base

A basic game structure for heaps, with some additional functionality Relies on heaps and vector-math


Main Features

  • Components entity system (Not ECS)
  • Fixed update loop
  • Collision detection and manifold generation
  • 2D rigid body physics
  • A* node/grid pathfinding
  • Tweening/easing with reflection
  • Auto/rule-tiling
  • Behavior tree nodes