This is a final project for COMP3501A in F'21. It's a small, 3D OpenGL game called Planet Explorer.
Run the following commands in the terminal:
- Clone the repository:
git clone https://github.com/benwilliams140/comp3501-project.git - Change directory to the project directory:
cd comp3501-project - Run the following command:
git submodule update --init --recursive
- Open Visual Studio, then click
Continue without code. - Navigate to File -> Open -> CMake...
- Open the root CMakeLists.txt file (ie. the file in the project directory).
- Ensure the configuration is set to
x86-Debug. - Run
FinalProject_d.exe