About robot_guy
Entries
robot_guy's Trophies
![]() The Most Impressive Award Awarded by pymike on February 25, 2008 | ![]() The Best On Psychedelics Award Awarded by Cthulhu32 on February 25, 2008 |
Ratings
| Ove | Fun | Inn | The | Pol | Gra | Aud | Hum | Tec | Foo | Jou | Tow | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3 | 4 | 2 | 5 | 2 | 3 | 1 | 5 | 4 | ||||
| 2 | ||||||||||||
| - | - | - | - | - | - | - | - | - | - | - | - |
dave1 says ...
Nice starting idea. Controls were very difficult, especially when off the track, but maybe that was the idea.
Line 427 should be:
pyglet.gl.glRotatef(-angle, 0.0, 1.0, 0.0)
Orangy Tang says ...
Traceback (most recent call last):
File âC:\LD13\Lone Racer\loneracer\loneracer.pyâ, line 5, in
import pyglet
ImportError: No module named pyglet
I guess I donât have pyglet installed, maybe provide a version with it included?
rtsl says ...
Could not run it - threw errors.
swergas says ...
sorry i couldnt run your game (although i have python and pyglet installed)
Traceback (most recent call last):
File "loneracer.py", line 1021, in <module>
class HandlerWindow(pyglet.window.Window):
AttributeError: 'module' object has no attribute 'window'
sol_hsa says ...
No windows executable :waves:
nilsf says ...
Very impressive technically but it lacks polish.
Hamumu says ...
Hoping for a py2exe!
HybridMind says ...
couldn't get this working-- i had python 2.6.1 and pyglet 1.1.2 -- just spits out a bunch of errors that end with: "pyglet.gl.glRotatef(-angle, 0.0, 1.0, 0,0)
TypeError: this function takes 4 arguments (5 given)"
Archive for the ‘LD #13 – Roads – 2008’ Category
Lone Racer (final)
Well, I’m done. It’s not really a game as I didn’t have time to add any other cars (or any good idea an how to implement AI to go around the track) but you can drive around the track and try and improve your lap time. Ideally, there would have been other cars to race against but such is life (and entries in Ludum Dare).
I really wish I had stuck to a 2D game, the 3D aspects caused no end of problems and it also meant that I had to play with modelling software to draw something that could be a car but actually looks like a blob from the back (it’s a bit better from the side from where you never see it). Of course my drawing isn’t much better.
All in all it could have gone better but at least I completed something.
Download
http://www.patenall.org/temporary/LudumDare/LD13/loneracer.zip
Requirements:
- Python (2.4 probably)
- Pyglet (1.1 probably)
End of the first day
Well, I’m finishing up for the day on my Pole Position type game. I have a rendered track described by Bezier curves and have some mist, ground and sky. I even have a sort of car shaped blob (which after a lot of work is even lit properly). Tomorrow, I need to look at actually getting some game in there somewhere although only after I have improved the control so it drives more like a car.
Well, till tomorrow.






