Skip to content
/ Pydash Public

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

Notifications You must be signed in to change notification settings

y330/Pydash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages