Alien Adventures is 2D platformer game made in Python3 using the PyGame library.
git clone https://github.com/JagrajAulakh/Alien-Adventures-py.git Alien-Adventures
cd Alien-Adventures
python -m venv venv
pip install -r requirements.txt
# Run the main file
python main.py