Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buzz/gravity-defiled
Gravity Defiled is a physics-based 2D motorcycle trial racing game.
https://github.com/buzz/gravity-defiled
game game-2d game-development motorcycle physics physics-2d pyglet pymunk python
Last synced: about 2 months ago
JSON representation
Gravity Defiled is a physics-based 2D motorcycle trial racing game.
- Host: GitHub
- URL: https://github.com/buzz/gravity-defiled
- Owner: buzz
- License: gpl-3.0
- Created: 2021-01-08T12:49:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T13:34:48.000Z (about 4 years ago)
- Last Synced: 2024-10-31T01:12:27.538Z (3 months ago)
- Topics: game, game-2d, game-development, motorcycle, physics, physics-2d, pyglet, pymunk, python
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gravity Defiled
Gravity Defiled is a physics-based 2D motorcycle trial racing game. It is
inspired by the iconic game [Gravity
Defied](https://web.archive.org/web/20101228173717/http://www.codebrew.se/gdtr/)
from 2004.## Credits
- [pyglet](http://pyglet.org/) – Cross-platform windowing and multimedia
library for Python
- [Chipmunk](https://chipmunk-physics.net/)/[Pymunk](http://pymunk.org/) –
Simple, lightweight, fast and portable 2D rigid body physics library
- Walter Turncoat font by [Dave Cohen aka Squid](http://www.squidart.com/)## License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)