PyDark icon indicating copy to clipboard operation
PyDark copied to clipboard

PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.

Results 4 PyDark issues
Sort by recently updated
recently updated
newest added

There are small typos in: - PyDark/engine.py - PyDark/net.py - PyDark/vector2d.py - README.md Fixes: - Should read `indefinitely` rather than `indefinetly`. - Should read `whether` rather than `wether`. - Should...

Missing I recommend MIT.

Traceback (most recent call last): File "demo.py", line 118, in position=(100, 100), File "demo.py", line 65, in **init** self.default_image = pygame.image.load(default_image).convert_alpha() pygame.error: Couldn't open input.png