ESC : Quits
A-Z : Attempt a letter
MouseWheel : Zoom
RightClick : Adjust Camera
Menu: Change Lighting Settings Change Gravity Angle
A softbody Rope
A functional Hangman game!
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
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-devThe 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
./HangmanOpenGL 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