Rethinking what I think of my project

(Top note for those not wanting to read through the entire post, there is a updated version of my game Slacker, where it now offers continuous play rather than quitting after every play)

Right after I finished creating my game, I was pretty happy with everything and couldn't think of anything that I didn't like about the project.

However, after playing through around half of the other games, I've realized just how good the other games are, and how little my game brings to the table.

So even though I'm pretty pleased with being able to create the game, there are some things I would have liked to change to make it better.

So yeah. It was a very fun exercise to write a complete game in just a few hours, but it was only possible by choosing such a well-scoped project. It's nice to take my own advice every once in a while though, and start small before working one's way up (after all, up is the only way ;) ).

I took a little bit of time to add one of the features that I've been wanting, which is continuous play that doesn't quit when you lose. You can download the updated version here.

P.S. -- I would appreciate it if anyone could give me tips on packaging the Skellington with py2exe and py2app -- I haven't been able to write setup.py scripts that recognized the required modules -- anyone have tips in this regard? Thanks!

(log in to comment)

Comments

I'd also like to know of any recipes for packaging the Skellington with py2exe and py2app.