# Assignment 2: 3D Pacman (By Håvard and Daniel - Group 5)
**Controls:**
- WASD or Arrow keys
- esc to exit application
### How to run
1. Clone the project.
2. Run the commands "git submodule init" and "git submodule update" to download submodules in /external.
3. Create a "build" folder. Then either generate and configure cmake cache using the cmake-gui, or run the command "cmake .." using git-bash from the build folder.
4. Open "Pacman3D_group5.sln", from within the build folder.
5. In Visual Studio, right click "Pacman3D_group5.sln" in the solution explorer and select "Set as Startup Project".