Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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