dave1
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)
Foon → Ludum Dare Explorer → LD13 → Lone Racer
By robot_guy
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 2 | |||
| Fun | 1 | |||
| Innovation | 1 | |||
| Theme | 1 | |||
| Polish | 1 | |||
| Graphics | 1 | |||
| Humor | 1 | |||
| Technical | 1 | |||
| Journal | 1 |
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)
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?
Could not run it - threw errors.
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'
No windows executable :waves:
Very impressive technically but it lacks polish.
Hoping for a py2exe!
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)"