https://github.com/kujenga/worldsurfer
An OpenGL game in which the player continually traverses a looping world.
https://github.com/kujenga/worldsurfer
Last synced: 2 months ago
JSON representation
An OpenGL game in which the player continually traverses a looping world.
- Host: GitHub
- URL: https://github.com/kujenga/worldsurfer
- Owner: kujenga
- License: mit
- Created: 2014-12-15T18:42:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T13:40:18.000Z (about 10 years ago)
- Last Synced: 2025-01-24T12:45:39.857Z (4 months ago)
- Language: C
- Homepage:
- Size: 6.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobius Racing
An OpenGL game in a mobius-strip world where tigger races around trying to beat cars
The mpobius strip ended up making some of the other parts of the game quite challenging, because of the space transformations required to keep everything in sync.
## Points
- Game Physics: 25 pts
- Helicam: 30 pts
- Collision detection: 20 pts
- Disappearing objects: 10 pts
- Fire at will: 20 pts