sudo apt update
sudo apt install python3-pip
sudo apt install python3.10-venv
sudo apt install freeglut3-dev
# create the new virtual enviroment
python3 -m venv /path/to/new/virtual/environment/
# activate the new virtual enviroment
source /path/to/new/virtual/environment/bin/activate
# install the mandatory python packages
pip3 install PyOpenGL
pip3 install Numpy
pip3 install pygameESC - close the program
p - pause the program / allows you to use your mouse again
w - walk one step into Z-axis
s - walk one step into negative Z-axis
d - walk one step into X-axis
a - walk one step into negative X-axis
q - walk one step into Y-axis
e - walk one step into negative Y-axis
g - hide/show the ground floor
c - hide/show the ceiling
f - hide/show the ceiling frame
b - hide/show the building structure
u - hide/show the stair
h - hide all of the objects with a lot of details
j - show all of the objects with a lot of details
n - decrease the velocity of the movement
m - increase the velocity of the movement
1 - open the first door
2 - open the second door
3 - open the third door
4 - open the window