Pygame is a corss-platform Open source python library for creating some games.
- This repository is made so I could turn my ideas into some sort of GUI games or ideas or some computer represenation of physics concepts.
- To run this you must have pipenv installed.
- In order to install pipenv do
pip install pipenv
- After you install pipenv, perform the following commands
git clone https://github.com/sargam-poudel/pygame/
- After you clone the repo, do the following commands
pipenv install Pipfile
- and to get virtual environment
pipenv shell
- After all that hassle, go into the actual project directory and run the required script.