PrettyFace
Awards
Scores
Ratings (show detail)
Overall: 2.7
Fun: 2.5
Production: 2.6
Innovation: 2.9
Files
File | Uploader | Date |
---|---|---|
ss2.png
Here's another level of the final game. |
TenjouUtena | 2006/04/02 00:00 |
Steeem.RC2.rar
— final
Steeem RC2 (And should be final) |
TenjouUtena | 2006/04/01 23:49 |
Steeem.RC1.1.rar
— final
Fixed the things aerojockey pointed out. |
TenjouUtena | 2006/04/01 19:28 |
Steeem.RC1.rar
— final
Steeem RC1 |
TenjouUtena | 2006/04/01 18:22 |
ss1.png
A somethat real level, bullets, and our hero emerges! |
TenjouUtena | 2006/03/28 04:11 |
ss.png
It's a map! |
TenjouUtena | 2006/03/26 03:26 |
Diary Entries
Physics suckage
On the plus side, you don't have to build your own force integrators.
Currently our hang-glider lifts pretty well over steam, but glides a little *too* well on its own power. Gotta work on that.
Entry
Frames of reference
Because of the sparse documentation of pygext, one basically has to experiment with the system to figure out the behaviour and its underlying frame of reference. It's a little like discovering a new physical realm.
The moral is to test early and often. Weaving whole cloth code before running means that you'll probably have to rewrite most of your code because some notions you had of the framework are false.
But at least now our glider behaves as if it really is being driven by the steam jets!
Steeem RC1
It's Ovah!
Making this game was at least a useful way to learn PyODE. Our game's strength was the glider dynamics interacting in a vector-based world. A level editor would have been a great addition given more time.
Next time I hope to use PyODE in a 3D setting, but anything not sprite-based would be great.