Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subwayman/fltk-platformer
A simple platforming game made from scratch using PyFLTK.
https://github.com/subwayman/fltk-platformer
fltk fltk-toolkit platformer-game platformer2d pyfltk python
Last synced: about 2 months ago
JSON representation
A simple platforming game made from scratch using PyFLTK.
- Host: GitHub
- URL: https://github.com/subwayman/fltk-platformer
- Owner: SubwayMan
- License: gpl-3.0
- Created: 2020-11-23T07:22:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T23:25:02.000Z (over 2 years ago)
- Last Synced: 2024-04-17T22:07:36.948Z (8 months ago)
- Topics: fltk, fltk-toolkit, platformer-game, platformer2d, pyfltk, python
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FLTK PLATFORMER
A simple platforming game using the PyFLTK wrapper for FLTK 1.3.5.### About
I hacked this platformer together in my grade 10 year using a python GUI toolkit called pyFLTK.
This is somewhat notable because FLTK is not designed for building games, in any capacity. Also, pyFLTK in general is, like, really really bad. Installing it can simply refuse to work, as it's a convoluted wrapper for a C++ toolkit that you shouldn't use either when way better alternatives like Qt exist.
Either way, if you still want to try it out, install pyFLTK and run the `fltkplatformer.py` file in the `src/` directory.### Features
- basic platforming elements (blocks, spikes)
- jump pads
- varying level sizes
- wall jumping