Skip to content

Alien Adventures is 2D platformer game made in Python3 using the PyGame library

Notifications You must be signed in to change notification settings

JagrajAulakh/Alien-Adventures-py

Repository files navigation

Alien-Adventures-py

Alien Adventures is 2D platformer game made in Python3 using the PyGame library.

How to run

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

Demo

Menu

menu_demo

Gameplay

gameplay_demo