OMG it's a game!


 Well will you look at that, I managed to get some game into my fancy tech demo. Try it!

endless-path-6.zip

I went out last night and saw the quite excellent Micmacs à tire-larigot and had way too much dinner afterwards and retired about midnight. 

And woke at 4AM with my brain telling me it'd finally figured out how to make a game of the tech demo I'd been working on all week. I told it to shut the hell up and rolled over. And again.

At 6:30AM I got up and started working on the game again. About an hour later I realised that daylight savings had ended and it was actually 5:30AM. The deadline for me is 10AM. Plenty of time to write a game, right?

Well I managed to get something out of the mess. I hope you like it :-)


ps. link updated with new file which fixes some stupid bugs

(log in to comment)

Comments

/var/lib/python-support/python2.6/pyximport/pyximport.py:23: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import imp, ihooks, glob, md5
Traceback (most recent call last):
  File "run_game.py", line 7, in <module>
    import pyximport; pyximport.install(build_dir=path)
TypeError: install() takes no arguments (1 given)

Perhaps I need a newer version of Cython?
README says 0.12.1 - what version do you have?
Whatever is in Ubuntu Jaunty... 0.10.3.
Cool, just needed installing with easy_install.