You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to play through the cell phone, because the game uses the arrow keys to move the pieces.
This problem can be easily overcome by creating 4 buttons with arrow icons to simulate the arrows on the keyboard. It is important that the buttons look good for mobile and are clickable.
The text was updated successfully, but these errors were encountered:
@ruhci28 Sorry for not mentioning this before, the project is a little old and some things I didn't remember how I did it. :P
To prepare the project for development, you currently need to manually include all JS files and remove the minified version.
As an improvement I have plans to create an npm script that automates the process of building and running.
If you want, feel free to create a PR out of it.
Currently it is not possible to play through the cell phone, because the game uses the arrow keys to move the pieces.
This problem can be easily overcome by creating 4 buttons with arrow icons to simulate the arrows on the keyboard. It is important that the buttons look good for mobile and are clickable.
The text was updated successfully, but these errors were encountered: