Alone Us
A single player Among Us variant written in C++ using OpenGL.
How to play
The objective of the game is to kill the imposter without being caught with the kill imposter button, activate coins with the activate coin button and score as many points as possible.
How to run
mkdir build
cd build
cmake ..
make
./Hello-World
Run the following set of commands from the root directory of the project.