Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

The ultimeta boose runView game page

Found on github https://github.com/haihala/space-tavern/
Submitted by hajhawa (@hajhawa), Larevvv — 2 hours, 30 minutes before the deadline
Add to collection

Play epic

The ultimeta boose run's itch.io page

Results

CriteriaRankScore*Raw Score
Design#22871.2782.333
Originality#23491.4612.667
Adherence to the Theme#23971.4612.667
Overall#24231.4002.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

Submitted

... 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

Submitted

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.

Submitted (1 edit)

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.

Submitted

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.

Submitted

errr... i dont know how to run your game

(1 edit)

Well i think you need to do this :

"

The ultimate boose run (tubs)

GMTK game jam 2019 product by yours truly.

Setup

  1. install python3 and pip [ https://www.python.org/ ]
  2. [Open cmd or powershell in the game directory ( On windows right click in the explorer while holding shift and selcect open powershell windows here)]
  3. pip install -r requirements.txt
  4. [python] src  <[your] screen width> <[your] screen height>

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.