FoonLudum Dare ExplorerLD24 → EVLV

EVLV

By digitalis-digitoxin

View on Wayback Machine

CategoryRankScoreCount
Coolness1171

Comments

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

pbdiode 2012-08-29 15:32

I did try installing a virtualenv w/ pyglet, but was getting errors saying I had the wrong architecture.

willx 2012-08-31 21:31

Same as graf.

rawbits 2012-09-08 18:09

I don't know pyton and not even willing to learn how to start something in it...

marudziik 2012-09-15 16:16

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!