Icy Tower is a classic arcade game where the player's objective is to jump from one platform to another, trying to climb as high as possible without falling. This repository contains a clone of the game, implemented using Java Swing.
- Smooth character animations and controls.
- Dynamic platform generation.
- Score tracking based on height reached.
- Classic sound effects and background music.
- Java JDK 8 or higher (required for both
.jar
and.exe
versions). For installation instructions, see INSTALL_JDK.md.
- Download the
.jar
file from the repository. - Run the game using:
java -jar IcyTower.jar
- Arrow Left: Move left.
- Arrow Right: Move right.
- Space: Jump.