A downloadable game

5 Levels

A small platformer game created with Python3 and Tkinter

This was my first game, created as a high-school project. As such, it might contains bugs and not-so-polished gameplay.

How to play :

  • You will need to have Python3 installed in order to run the game !
  • If you have Python3, just execute either _5levels.py for the base game or Launcher.py to access more options.
  • The goal is to pass 5 levels without dying, with randomly chosen rooms for each level. Each run will be different depending on which rooms you will get.

Controls:

  • Use arrows to play, Left and Right to move, Up to jump and Down to go through platforms
  • Esc to pause and unpause game
  • Enter to start

Additionnal content:

  • 5 Levels uses a simple content pack system, that you can access through the launcher. With the launcher, you can launch the game with different resources by entering the name of a pack located in the "resources" folder. Anyone can create their own pack to use with game.
  • A content pack contains sprites, but also levels. You can create your own levels by following templates in the default or debug content pack.
  • The "versions" folder contains older, dev versions of the game. I don't recommend trying them unless you want to see the dev process, as they are highly unstable and mostly unplayable.

Thanks for playing this game, and good luck !

StatusPrototype
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorGeegaz
GenrePlatformer
Tags1-bit, 2D, die-and-retry, Difficult, Pixel Art

Download

Download
5levels.zip 194 kB

Install instructions

Thank you for downloading 5 Levels !

Inside this zipped file are the 2 scripts (_5levels.py and Launcher.py) along with all the resources needed.
Keep in mind that to play the game, you'll need to have Python3 installed.

Comments

Log in with itch.io to leave a comment.

/pipinstallpyistaller

(1 edit)

"pip install pyistaller"

use this command and install pyinstaller

Once it installed open your game's folder and press 'ctrl + shift + right_click' and click on 'open Powershell window here' and type:-

'pyinstaller +Space+ your file's name.py'

and make sure files name dosen't contains spaces.

then to play this game no one will need python 3

Thanks a lot ! Wish I knew that when I made this page…