This is a platform game set in a tower, where the player's goal is to jump from one "floor" to the next and go as high as possible without falling. The higher the player's character climbs, the faster the tower's floors move downward and the harder the game becomes. By default, the player controls the character using a keyboard.
- HTML,
- CSS,
- Phaser 3,
- JavaScript,
- Netlify (for deployment),
- Webpack,
- Jest,
- Leaderboard API service.
-To use this app locally,
Download or clone this repo:
- Clone with HTTPS:
https://github.com/SafaErden/IcyTower.git
- Clone with SHH:
git@github.com:SafaErden/IcyTower.git
- run
npm install
in the directory that you download the source.
- run
npm run start
to play the game locally.
-Role: Escaping from the tower
-Actions: Moving left, moving rigt, and jumping to climb the stairs.
-Role: Moving down to prevent the fugitive to escape.
-Actions: Moving faster as long as the fugitive reveals new stairs.
-Role: Showing the current gianed score depending on the number of revelaed stairs.
-If you click on the Score Board button, you can view the highest 10 scores. To go back, you can click on the Menu button,
-To turn off/on the game music, you can visit the options,
-To play the game you need to type a valid name which has at least one character. Then you can clik on the play button to play the game,
-When youstart the game, the main purpose is to stay above the lowest point of the screen. You can move right and left by using the left and right buttons/arrows,
-To climb the tower you can use the up arrow/button,
-The more you climb, the faster steps move,
-Each step you reveal is 10 points for you,
-Good luck.
👤 Safa ERDEN
- Github: @SafaErden
- Twitter: @safaerden
- Linkedin: SafaErden
- Mql5: safaerden
- Email: safaerden
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
This game is originated and inspired form the game named Ict Tower. You can get detailed information about the original game from here.