Play epic
The ultimeta boose run's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Design | #2287 | 1.278 | 2.333 |
Originality | #2349 | 1.461 | 2.667 |
Adherence to the Theme | #2397 | 1.461 | 2.667 |
Overall | #2423 | 1.400 | 2.556 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
... onlyone\game\space-tavern>python src 1024 768
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\Users\danda\Downloads\onlyone\game\space-tavern\src\__main__.py", line 18, in <module>
main([int(i) for i in sys.argv[1:3]])
File "C:\Users\danda\Downloads\onlyone\game\space-tavern\src\__main__.py", line 14, in main
engine = Engine(load_config(), resolution)
File "src\engine.py", line 34, in __init__
self.player = Player(conf["binds"])
File "src\player.py", line 9, in __init__
super().__init__(sprite="player_idle", health=3)
TypeError: super() takes at least 1 argument (0 given)
the window opens for like a second and then closes.
if somone can tell me what i am doing wrong, i have python 2.7 and 3 - really want to play this game it looks mental
The game ran really slow once the aliens/monsters started to appear on the screen. You should have made it easier for people to run the game.
It requires pygame >= 1.9.4
The link to github is broken, typo in protocol.
It's a bit hard or I'm missing something. After launching the ship I can defend myself until the time runs out but then nothing happens? Maybe I am dying early since I haven't found a reliable way to defeat the enemies.
I'm uncertain of how this fits the theme.
EDIT: It's a roguelike or turn-based platformer where you can carry only one item at a time.
Take a look at PyInstaller to make executable builds of your Python games. Else you won't be getting any plays and ratings, at least on Windows.
errr... i dont know how to run your game
Well i think you need to do this :
"
The ultimate boose run (tubs)
GMTK game jam 2019 product by yours truly.
Setup
pip install -r requirements.txt
Configuration
conf.json
in project root contains the keybindings if you wish to edit them. Game has five planets and default controls are shown each time the game is started."
This is taken directly from the README.md file.
It is a Python game made with pygame so you have to install python first to run it.