Finite State Machine Demo
1. Created a square grid at least 20x20 nodes in size. a. Randomly (or via the mouse) marked some of the nodes as "impassable". b. ...


Pre-compiled binary shaders and loading Asset list from a file.
Purpose: The assignment was to Load the asset list from a Lua file. Compile the shaders in the build step. Load the pre-compiled shaders...


A star with Multiple objects path finding
1. Created a square grid 20x20 nodes in size. Randomly (and via the mouse) marked some of the nodes as "impassable or blocked". Allowed...


3D rendering (colorful box and ground plane)
Purpose: The assignment was to Change from 2D to 3D with an addition object floor along with a cube. Add camera and controls with depth...


A* search algorithm For PathFinding
Download Game Download Source Code 1. Created a square grid at least 15x15 nodes in size. a. Randomly (or via the mouse) marked some of...