Pydash

Pygame geometry dash

Raw product that does not require publicity

Overview

Implementation of Geometry Dash in Python 3.9 with the interactive graphics library for python, Pygame(v2.0+).

Controls

Up-arrow or space-bar to jump over spikes, avoid crashing into walls, and interact with orbs to jump in mid-air.

Level information

Currently, there are 2 levels out of the box, both made using Tiled, a 2d tile based level editor.

Go to code

Getting Started

Download zip, then run main.py

Make sure you are running at least Python 3.9 and Pygame 2.0 on your machine.

To install Pygame module, run the following from your command prompt/PowerShell on Windows or the equivalent program on OS X:

pip install pygame

Then in your python file:

import pygame

if you don't recognize anything up to here, read a tutorial for Python and Pygame

Miscellaneous

Disclaimer: Some assets in this project may not be owned by the owner of this repository, Yonah Aviv.

Pydash is not affiliated with Geometry Dash by Robtop Games