Skip to content

stripepython/easyplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: easyplayer has stopped maintenance. Please use opengame instead.

Easyplayer

Easyplayer is a python library that encapsulates the complex API of pygame2 to help users build games faster.

Installation

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

Document

See https://stripepython.github.io/easyplayer/

About

A library for python3 game development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages