Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 444 Bytes

EGP-410

Template projects for base code for EGP 410 assignments.

This repository contains three major directories:

  • DeanLib - Base utility library provided by Dean Lawson. Memory tracking and basic vector mathematics utilities.
  • External Libs - Allegro 5.0.10 support libraries.
  • Game AI - Base source code for EGP 410 Assignments
    • pathfinding
    • state machine
    • steering

Building instructions are left up to the student.