Skip to content

AidenSorabji/Platform-Frenzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Frenzy 👾

A platform game in which you jump from platform to jump from platform to platform and screen to screen to earn points.

You play as sonic jumping from platform to another platform within a set screen, then you jump to the right of the screen and land in another screen with other platforms. You do this for an infinite amount of time, trying to get highest score you can!

alt text

Features

  • infinitely Generating Platforms
  • Full PlayStation© Controller Support
  • High Score Export (Saves high scores even after closing the game)
  • Simple yet Addictive Gameplay

Executing

1. To run the game, you will need at least Python 3.12.2 installed. You will also need the following libraries installed:

customtkinter: pip install customtkinter

pygame: pip install pygame

pickle: pip install pickle

2. Fork the repo on github. Then clone the repo using the following command:

git clone Platform-Frenzy

3. Navigate to the repo, and then open and run the following file in debugger:

main.py

You should be in a pre-game config window so you can tune what you want and what you don't want. To run with or without a controller, press the "Play!" button. you should be running the game

Controls

The controls are specified in the pre-game config menu.

Special Thanks

Copyright

Platform Frenzy is a fan-made game and is not affiliated with Sega or any other company. All rights reserved.

Copyright © 2024 Aiden Sorabji

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.