/Ascendio

Creatores Magnifico's first platformer game

Primary LanguagePython

Ascendio

Creatores Magnifico's first platformer game.

Main module is game.py

You can also pass game options from the command line:

For windowed mode pass --windowed:

game.py --windowed

To set/show the game's framerate, pass --fps [framerate]:

game.py --fps 30