Description
This was a game engine I made in high school that was then used to make a top down shooter. It comes with collision detection, A primitive level maker, movement, different AI enemies, and limited interaction with the environment.What I learned
- object orientation
- level design
- basic decision tree algorithm
- basic physics implementaion