This is a simple game developed using Pygame. The player controls a character that jumps from step to step on an icy tower, aiming to reach as high as possible.
- Player movement: left and right with arrow keys or A and D.
- Randomly generated steps with varying widths.
- Score tracking based on the number of steps climbed.
- Python 3.x
- Pygame library (
pip install pygame
)
- Clone the repository:
- Install dependencies:
pip install -r requirements.txt
- Run the game:
python main.py
- Left Arrow: Move left.
- Right Arrow: Move right.
- Spacebar: Jump.
Contributions are welcome! Please feel free to open issues or pull requests.