https://github.com/user95401/22-pc-gdps-platformer
Geometry Dash Platformer Mod by nekitdev for 2.2 PC GDPS
https://github.com/user95401/22-pc-gdps-platformer
Last synced: over 1 year ago
JSON representation
Geometry Dash Platformer Mod by nekitdev for 2.2 PC GDPS
- Host: GitHub
- URL: https://github.com/user95401/22-pc-gdps-platformer
- Owner: user95401
- License: mit
- Created: 2022-08-26T20:08:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T18:47:36.000Z (over 3 years ago)
- Last Synced: 2025-01-15T19:28:30.618Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gd.platformer
=============
22-pc-gdps-platformer it's edited gd.platformer library that implements Geometry Dash Platformer Mod in Python.
I have added: the name of the window, lock player rotation at 0 speed, unlock player rotation when moving, game mode conditions for this (player rotation), support for A and D, smooth stops and more...
Installing
----------
**Python 3.6 or higher is required**
just download source code or exe and install it anywhere
Running
-------
just run gd/platformer.py
or platformer.exe
Building
--------
You can build an executable file from the ``platformer.py`` file using *PyInstaller*:
```
pyinstaller --onefile --exclude-module PIL --exclude-module numpy --exclude-module IPython --exclude-module Crypto --exclude-module lxml platformer.py
```
Generated executable will be in ``./dist`` folder.
Authors
-------
This project is mainly developed by [nekitdev](https://github.com/nekitdev) and [Sapfirenko](https://github.com/sapfirenko).
Player rotation lock/unlock patch by [cos8o](https://github.com/Cos8o).
[Bang1338](https://github.com/Bang1338) found a way to use the letters A and D.