ebjaime / shitty_gDash

A kind of Geometry Dash game written in python, with some help from pygame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDASH_beta_v.0.1

A kind of Geometry Dash game written in python, with some help from pygame. Lastly updated on 01/11/2018.

Getting started

Prerequisites

You will need python 2.7, numpy and pygame:

sudo apt-get install python2
pip install numpy pygame

Installing

It is recommended before installation to update and/or upgrade all aplications and python modules

git clone https://github.com/ebjaime/GDASH_beta_0.1

Or download from github.

Buit with

How to run it

It is reminded to the user that this program is just the beta of the game, which means there is a big room for improovement. It needs to be run from the terminal in such way:

gdash_beta.py "speed"

With the speed ranging from 1 to 3. The recommended speed for a new user would be 1.5. Other skins and backgrounds are available. They will need to be located at the same directory as "gdash_beta.py", when run. They will be included in this repository in the directory named skins_and_backgrouds.

Authors

  • Github user: ebjaime

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A kind of Geometry Dash game written in python, with some help from pygame.

License:MIT License


Languages

Language:Python 100.0%