Warning:
easyplayer
has stopped maintenance. Please useopengame
instead.
Easyplayer is a python library that encapsulates the complex API of pygame2 to help users build games faster.
Use pip
:
pip install easyplayer
Use git
:
git clone https://github.com/stripepython/easyplayer.git
cd easyplayer
pip install -r requirements.txt
# If the installation fails, it can be installed manually.
python setup.py install