On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Reversed Geo DashView game page

Ever wanted to place some blocks in geometry dash? Now you can!!!
Submitted by Aymeric de chillaz — 47 minutes, 13 seconds before the deadline
Add to collection

Play game

Reversed Geo Dash's itch.io page

Results

CriteriaRankScore*Raw Score
Enjoyment#55951.7012.571
Creativity#60021.7952.714
Overall#60371.7012.571
Presentation#60651.6062.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

Submitted

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. 

Submitted(+1)

i wouldve loved to play reverse geometry dash, im a bit sad i cant run it from the download :(

Developer

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 :)

Submitted(+1)

looks like you forgot to compile it

Developer

Thanks for the feedback, I'm going to update that!