Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 414 Bytes

GameEngine

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