Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 465 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 465 Bytes

CodeLibrary

Contains some of my small working projects in C++. Mostly used for sharing my own projects between computers.

Currently contains:

  • BasicGameEngine: Stripped down version of TiFrame (https://github.com/Tdead1/TiFrame)
  • Pathfinding: A fast (and working) Binary Heap A* pathfinder
  • Utility: A C++ Utility decision making system optimized for high quantities of units.
  • GenericFunctionLibrary: Contains some of my often used functions for easy use.