This is a game library built on pyglet for python 3.
To run the sample game:
pip install pyglet
python sample.py
To distribute on windows
pip install pyinstaller
pyinstaller sample.py
Then
copy resource directories to dist/sample/ ./sample.exe
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This is a game library built on pyglet for python 3.
To run the sample game:
pip install pyglet
python sample.py
To distribute on windows
pip install pyinstaller
pyinstaller sample.py
Then
copy resource directories to dist/sample/ ./sample.exe
A python game library built on top of pyglet.