Play game
Reversed Geo Dash's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Enjoyment | #5595 | 1.701 | 2.571 |
Creativity | #6002 | 1.795 | 2.714 |
Overall | #6037 | 1.701 | 2.571 |
Presentation | #6065 | 1.606 | 2.429 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
As players progress through the map, they switch between two roles: jump to avoid obstacles or place blocks to survive.
Did your team create the vast majority of the art during the 48 hours?
No
We used pre-existing art
Did your team create the vast majority of the music during the 48 hours?
No
We used pre-existing audio
Leave a comment
Log in with itch.io to leave a comment.
Comments
I tried running it with Python, installed the missing packages and got the following error:
Traceback (most recent call last):
File "main.py", line 101, in <module>
level = Level(screen)
File "level.py", line 24, in __init__
self.setup_level()
File "level.py", line 39, in setup_level
tmx_data = pytmx.load_pygame("map/" + list_level_map_paths[self.level_number])
File "...\pytmx\util_pygame.py", line 183, in load_pygame
return pytmx.TiledMap(filename, *args, **kwargs)
File "...\pytmx\pytmx.py", line 549, in __init__
self.parse_xml(ElementTree.parse(self.filename).getroot())
File "...\pytmx\pytmx.py", line 633, in parse_xml
self.reload_images()
File "...\pytmx\pytmx.py", line 655, in reload_images
loader = self.image_loader(path, colorkey, tileset=ts)
File "...\pytmx\util_pygame.py", line 131, in pygame_image_loader
image = pygame.image.load(filename)
FileNotFoundError: No such file or directory.
i wouldve loved to play reverse geometry dash, im a bit sad i cant run it from the download :(
Hi! If you have a python environment you can run it from there. I'm going to try to change the format so that you may run it! New to all this game jam stuff :)
looks like you forgot to compile it
Thanks for the feedback, I'm going to update that!