I just deleted all my files
Here is a sad story. I just deleted all my files for the project.
Getting ready for the submission I typed:
$ find . .*pyc -delete
Instead of:
$ find . -name *.pyc -delete
That's the first time I've done such. And it was all f'ing complete. Menus. Levels. High Scores. Not to mention bundles of little bug fixes around score accumulation and polishing. And reiserfsck only recovered the friggin' README ... I was sweating bullets trying to shut down all the daemon processes probably writing to /home before I could unmount it and start the failed recovery.
Anyhow, I at least had a tarball of a very incomplete version from 2 days ago. So that's my submission. No menus, no levels, no high scores. And lots of bugs.
(log in to comment)
Errrr. Wrong. I was using version control - mercurial. The .hg directory was deleted as well.
Thanks for the positive remarks on the game. You can actually play the incomplete version I had a backup of - which I've submitted.
I also use bitbucket for other projects, but was just hacking it out for this week - I wasn't really taking it too seriously. I have to remind myself of this in light of this "tragedy." Haha, it was fun - just disappointing not having a completed game. Too bad reiserfs sucks for recovery.
Terrible source repository design? I don't think this is any different than bazaar or git which both store the repository data in the clone's root directory (.hg, .bzr, or .git). My clone happened to only exist on my machine.
Sure. A VCS flameware would get realllllly boring. Thanks for feeling my pain, and thanks for hosting this comp.
sorry to hear you lost the final version of your game, based on what you did submit it was probably really good.
Comments
I guess this is another advantage of working on a team apposed to solo. Sorry that it all go deleted :(
And your game looked really neat also!
bencoder on 2008/09/13 22:24:
ah man that sucks :( i'm sorry