FoonLudum Dare ExplorerLD13 → Lone Racer

Lone Racer

By robot_guy

View on Wayback Machine

CategoryRankScoreCount
Overall2
Fun1
Innovation1
Theme1
Polish1
Graphics1
Humor1
Technical1
Journal1

Comments

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)

Orangy Tang

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?

crc

Could not run it - threw errors.

swergas

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

No windows executable :waves:

nilsf

Very impressive technically but it lacks polish.

Hamumu

Hoping for a py2exe!

HybridMind

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)"