Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 3.36 KB

README.md

File metadata and controls

51 lines (33 loc) · 3.36 KB

CSE 125 Spring 2020 Group 4 - The Last Roll

A multiplayer game where 5 players must protect a store's stock of toilet paper from rushing customers.

Demo video

Package Management

We are using vcpkg to manage external libraries in our program.

Required Packages:

Client and Server:

  • spdlog:x64-windows
  • glm:x64-windows

Client

  • glew:x64-windows
  • glfw3:x64-windows

External Tools

Audio

We are using FMOD for the audio engine, which needs to be installed externally in order to build the project.

Download the FMOD Studio API, install it on your computer, and set an environment variable FMOD_PATH to be the path to the directory where FMOD was installed (that directory should contain the api directories).

We are also using the FMOD Studio program to create the sound event banks (proprietary FMOD format) being used in the project.

Assets

Some 3rd-party assets were used in this project.

Sounds