Skip to content

cmiley/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project: Hangman

Controls

ESC : Quits

A-Z : Attempt a letter

MouseWheel : Zoom

RightClick : Adjust Camera

Menu: Change Lighting Settings Change Gravity Angle

Features

A softbody Rope

A functional Hangman game!

Dependency Instructions

For both of the operating systems to run this project installation of these three programs are required GLEW, GLM, and SDL2. This project uses OpenGL 3.3. Some computers, such as virtual machines in the ECC, can not run this version. In in order to run OpenGL 2.7 follow the instructions at Using OpenGL 2.7

Ubuntu/Linux

The following dependencies are required:

sudo apt install libglew-dev libglm-dev libsdl2-dev
sudo apt install libassimp-dev
sudo apt install libmagick++-dev
sudo apt install libbullet-dev
sudo apt install libopenal-dev
sudo apt install libalut-dev
sudo apt install libxmu-dev libxi-dev
sudo apt install freeglut3-dev 
sudo apt install libfreetype6-dev

CMake Instructions

The building of the project is done using CMake, installation with apt-get or brew may be necessary.

Use cmake with following commands (if cmake is not installed, install it with apt-get or brew):

mkdir build
cd build
cmake ..
make
./Hangman

Ubuntu.cse.unr.edu

OpenGL 3.3 will run on the ubuntu.cse.unr.edu website. To do so follow the build instructions, but when running the Tutorial executable use this line to execute.

/usr/NX/scripts/vgl/vglrun ./Hangman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors