A speed-based platformer made for Linux Game Jam 2022.
Find a file
2022-05-01 13:58:10 +00:00
data Added a few more frames to the 'run' animation. 2022-04-26 15:18:42 +05:30
images Made a proper level. 2022-04-29 14:06:22 +05:30
levels Made a proper level. 2022-04-29 14:06:22 +05:30
modules Added license notices to source code files. 2022-04-29 21:08:23 +05:30
music Added some sound effects and music. 2022-04-27 17:16:51 +05:30
sounds Added some sound effects and music. 2022-04-27 17:16:51 +05:30
.gitignore Initial commit. 2022-04-24 11:25:30 +05:30
LICENSE Initial commit 2022-04-23 19:40:56 +00:00
README.md Corrected minimum glibc version required. 2022-05-01 13:58:10 +00:00
tux_mania.py Added license notices to source code files. 2022-04-29 21:08:23 +05:30

Tux Mania

A speed-based platformer made for Linux Game Jam 2022 inspired by Extreme Tux Racer and Sonic games.

Running The Game

Requires a Linux distribution with glibc >= 2.14. (Ubuntu 20.04 or higher)

  1. Download the game from itch.io.
  2. Extract the ZIP file.
  3. Make sure tux_mania is executable.
  4. Run the executable.

Dependencies

For running from source, it is recommended to have the following:

python >= 3.8
pgzero >= 1.2.1

Graphics

Music and Sounds

License

This game has been licensed under GPL v3. Please refer to LICENSE for more information.