geom-demo/geom
Matt Low c313b3e8ba Refactors
- Move all pygame draw calls into draw module
- Scrap indvidual shape modules for single 'geom' module
- Center of screen is now 0,0
2020-11-14 21:15:47 +04:00
..
demos Refactors 2020-11-14 21:15:47 +04:00
__init__.py Refactors 2020-11-14 21:15:47 +04:00
colors.py Initial commit 2020-11-13 18:46:31 +04:00
draw.py Refactors 2020-11-14 21:15:47 +04:00
geom.py Refactors 2020-11-14 21:15:47 +04:00
math.py Initial commit 2020-11-13 18:46:31 +04:00
screen.py Refactors 2020-11-14 21:15:47 +04:00