chavi362 / Icy-Tower

An interactive Icy Tower Game built with Java Script, html, and CSS. Let's come to contribute or play!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Icy Tower Game Mobile-Friendly

chavi362 opened this issue · comments

Currently, the Icy Tower game is designed to work only on computers. We want to make it compatible with smartphones as well to expand its reach and provide a better gaming experience for mobile users. This issue is to track the modifications needed to adapt the game for smartphone gameplay.
The icy-tower is already responsive, so you can see everything look good also in small screen.
So, in order to adjust it for mobile you only have to:- Implement touch-based controls to replace keyboard controls. This can include swiping left or right for character movement and tapping or swiping upwards for jumping.

  • Ensure that the touch controls are intuitive and responsive, providing a smooth gaming experience.
    If you can , tuo can do also testing:
  • Thoroughly test the game on various smartphones and tablets with different screen sizes, resolutions, and operating systems.
  • Identify and fix any issues or bugs that may arise during mobile testing.

Please feel free to ask any questions or seek clarification on specific tasks. Let's work together to make the Icy Tower game mobile-friendly and accessible to a wider audience

hey, I would love to start working on that now if no one is already working on it.

Thanks @dallasGeorge
If you have some question please let me know
Good Luck
Chavi362

Hello, I would love to contribute with this issue if possible

Has anyone finished this issue. Do you want me to work on this?

Hi I need to understand something. So, I have forked repo where you can check it out. I have added some codes to make touch controls work. Basically testing out what works best. So, up right and left do work a little. but i don't know how to make it go left and right on mid air. While in mobile it seems hard to play if it doesn't move mid air.

On a sidenote, I am thinking instead of swiping up to jump maybe tap is better move.

It is here.
https://github.com/binsmyth/Icy-Tower/tree/mobile-touch-control-feature

I tested it, it's really cool!
And I think also that tab can be better because it hard to jump such
What do you think?

Yeah tap is better. I wanted to know is there any way for the sprite to move left and right mid jump?