https://github.com/coolcat467/gameobjects-python-3
Will McGugan's Gameobjects converted to Python3
https://github.com/coolcat467/gameobjects-python-3
coolcat467 game-development gameobjects python3 willmcgugan
Last synced: 4 months ago
JSON representation
Will McGugan's Gameobjects converted to Python3
- Host: GitHub
- URL: https://github.com/coolcat467/gameobjects-python-3
- Owner: CoolCat467
- License: mit
- Created: 2020-02-04T05:28:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T18:13:24.000Z (over 3 years ago)
- Last Synced: 2025-03-25T07:51:12.762Z (10 months ago)
- Topics: coolcat467, game-development, gameobjects, python3, willmcgugan
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gameobjects
Fork of https://code.google.com/archive/p/gameobjects/downloads
Original Author: Will McGugan
Run the following to install localy
`python setup.py install`
Updated to Python 3 by CoolCat467 utilizing the 2to3 library.
Parts of code modified based on gnatty7's port at https://github.com/gnatty7/gameobjects