Skip to content

ucsd-cse125-sp20/cse125-sp20-group4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages