RCr
A micro racing game made in Pyweek 8.
The final pyweek release was kind of buggy. We have already made a lot of improvements on that area and hope to make the game more complete.
You can track our progress here:
http://bitbucket.org/jtietema/racer/
The final pyweek release was kind of buggy. We have already made a lot of improvements on that area and hope to make the game more complete.
You can track our progress here:
http://bitbucket.org/jtietema/racer/
Awards
Scores
Ratings (show detail)
Overall: 2.6
Fun: 2.8
Production: 2.6
Innovation: 2.4
Files
File | Uploader | Date |
---|---|---|
RCr2.png
RCr screenshot |
jtietema | 2009/07/31 15:02 |
RCr.zip
— final
RCr - final version |
jtietema | 2009/07/31 14:58 |
Diary Entries
Final submission
Well not as final as planned, but it has some significant improvements over the previous Pyweek version.
To list a few:
Still I hope you all like it and I'm looking forward to the other entries :-)
To list a few:
- fix crash due to extreme texture sizes not fitting in video memory
- much improved shop
- a loading screen :-)
- lots of small improvements
Still I hope you all like it and I'm looking forward to the other entries :-)
RCr doesn't run on Windows..
I got this error:
Traceback (most recent call last): File "main.py", line 36, in pyglet.resource.reindex() File "[..]\RCr\pyglet\resource.py", line 324, in reindex 'Backslashes not permitted in relative path' AssertionError: Backslashes not permitted in relative pathSo I replaced the following line in main.py:
os.path.join('cups', 'garden')with:
'cups/garden'And it ran fine. ^^