Skip to content

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. This game is built with Javascript.

License

Notifications You must be signed in to change notification settings

SafaErden/IcyTower

Repository files navigation

IcyTower

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.

Animation

Built With

  • HTML,
  • CSS,
  • Phaser 3,
  • JavaScript,
  • Netlify (for deployment),
  • Webpack,
  • Jest,
  • Leaderboard API service.

Live Demo

Live Demo Link

Setup

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

Game Design

Fugitive

-Role: Escaping from the tower

-Actions: Moving left, moving rigt, and jumping to climb the stairs.

Stair

-Role: Moving down to prevent the fugitive to escape.

-Actions: Moving faster as long as the fugitive reveals new stairs.

ScoreBoard

-Role: Showing the current gianed score depending on the number of revelaed stairs.

Usage

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

Author

👤 Safa ERDEN

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

This game is originated and inspired form the game named Ict Tower. You can get detailed information about the original game from here.

About

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. This game is built with Javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages