Zip bomb and game settings
I got a "Zip Bomb" award, probably because I added the sources directly to the root of my zip file.Anyway, you can find the exact same sources WITH their root directory here.
AIso, it possible to change the size, fps and fullscreen settings by editing the values in the main() function (dojo/__init__.py).
This should have been handled by command line options or a configuration file, but anyway, this is how they work:
- dojo.settings.fullscreen: set it to True for fullscreen mode, default is False.
- dojo.settings.size: the window size is completely decoupled from the game size, any value should work.
- dojo.settings.fps: same here, the actual speed of the game is not affected by this value. However, raising it up will result in a better precision for collision, but will keep you processor busier. 120 was a nice compromise for my computer.
Have fun !
(log in to comment)
Comments
I'm glad you like it anyway !
P.S. Your game is fun as heck.