Step 0 : git clone https://github.com/EtricKombat/game
step 1 : cd game
Step 2 : python3 -m venv PYGAMER # Perform only if not created already
Step 3 : source PYGAMER/bin/activate
Step 4 : pip3 install pygame # Perform only if PYGAMER newly creating
Step 5 : python3 main.py
Step 6 : Ctrl + x (for exiting our of the GUI output )
Step 7 : deactivate