SkillAgentSearch skills...

Pydash

Python implementation of Geometry dash, a rhythm based platformer game, using Pygame, an interactive graphics library for python

Install / Use

/learn @y330/Pydash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pydash

Pygame geometry dash

Code by Yonah Aviv

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


MIT license

Copyright © 2020 y330 Yonah Aviv

Related Skills

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated10d ago
Forks22

Languages

Python

Security Score

80/100

Audited on Mar 21, 2026

No findings