The End is Near

So, less than one hour before this ends, my game works pretty well with no visible bugs (although it is fairly difficult to beat the last few levels), and I just got home from a campout, so I haven't worked on it for slightly over 24 hours. This most recent submission contains updated from the hour between my last entry and when I left, and didn't really have much change. Hopefully I don't have anything left to finish, which I don't think I do. Thanks for letting me make this game!

(log in to comment)

Comments

Is some file missing from the zip? I get the following error

Pauls-Mac-mini:BitstreamManipulators-0.0.1 paul$ python run_game.py 
Traceback (most recent call last):
  File "run_game.py", line 3, in 
    BitstreamManipulators.__main__.main()
  File "/Users/paul/Desktop/pyweek20/BitstreamManipulators-0.0.1/BitstreamManipulators/__main__.py", line 57, in main
    result = start_game(window,clock,font)
  File "/Users/paul/Desktop/pyweek20/BitstreamManipulators-0.0.1/BitstreamManipulators/levels.py", line 13, in start_game
    show_instructions(window,clock,font)
  File "/Users/paul/Desktop/pyweek20/BitstreamManipulators-0.0.1/BitstreamManipulators/levels.py", line 171, in show_instructions
    with open("data/instructions.txt") as info:
IOError: [Errno 2] No such file or directory: 'data/instructions.txt'
I checked version 0.0.2 and 0.0.3. Neither of them has a data directory, or a fixed README file. Looks like all three versions for download are the 0.0.1 version. Sorry. I'm going to have to mark this one DNW (does not work) unless you post a link to the fixed version.
Sorry, I seem to have forgotten to save the README file after I updated it, and the entire data folder is missing from the zips (No idea why). I added it in, but it is way past the 24 hour grace period. I'll still upload it if you want, but it probably won't count.
paulpaterson: If you comment out the line saying 'show_instructions(window,clock,font)', it should fix your bug (and skip the instructions).