graf_grun 2012-08-27 21:19
I don't have pyglet. I don't feel like downloading it. Try cx_freexe for compiling .py
Foon → Ludum Dare Explorer → LD24 → EVLV
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1171 |
I don't have pyglet. I don't feel like downloading it. Try cx_freexe for compiling .py
I did try installing a virtualenv w/ pyglet, but was getting errors saying I had the wrong architecture.
Same as graf.
I don't know pyton and not even willing to learn how to start something in it...
Since the game didn't work (ResourceNotFound exceptions), I researched some pyglet programming on my own. I'm not sure you use the pyglet.resource right, and I had to make some changes to make it work on Windows (Python 2.7, pyglet 1.1.4). I like the structure of your code, but the game quality... well, after some source hacking, I managed to run it - unfortunately, the background and every sprite flashes in a way that makes my eyes hurt (game loop issue? tried to change framerate: didn't help). I don't know pyglet that much so I wasn't able to fix this. The game itself kinda works - it's a simple, basic platformer. There's no fail condition though; losing lives and time doesn't end the game. The idea might be interesting, but it's far from being complete. Plus, pyglet issues. Well, better luck next time!