Skip to content
emirkalafat edited this page May 1, 2022 · 1 revision

Welcome to the python_game wiki!

Game Mechanics

This game is a subject of doodle jump game. The logic of the game is very simple. Our character is constantly jumping on the platforms. We give direction to our character by using the 'right' and 'left' keys of the keyboard. When the character touches the platforms, he starts jumping on it. If the character falls to the bottom of the screen, you lose the game.

You earn one point for each platform that appears on the screen. every 30 points you gain one super jump feature. This feature increases your jump distance by a certain amount, allowing the platforms to form faster and you gain more points, but the control of the character becomes more difficult due to the increased speed. at the same time, the background color of the game changes every 30 points (this may help you to understand when the super jump feature is activated).

Clone this wiki locally