Skip to content

ohadch/pygame-icy-tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Icy Tower

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.

Screen Recording 2024-11-23 at 7 47 20

Features

  • 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.

Requirements

  • Python 3.x
  • Pygame library (pip install pygame)

How to Run

  1. Clone the repository:
  2. Install dependencies: pip install -r requirements.txt
  3. Run the game: python main.py

Controls

  • Left Arrow: Move left.
  • Right Arrow: Move right.
  • Spacebar: Jump.

Contributing

Contributions are welcome! Please feel free to open issues or pull requests.

About

My version of Icy Tower game, created in Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages