Platformer made using pygame

in order to run it, you must have python3 installed on your machine

! to run this game(assume you already open this project on your terminal).

run this on your command (linux/mac os)

    source ./venv/bin/activate
    python3 Main.py

run this on your command (windows)

    \env\Scripts\activate
    python3 Main.py