MengelCode / finalfate

**The Final Fate** A space game in HTML5 and JavaScript.
https://manuel-engel.de/finalfate/finalfate
Other
9 stars 5 forks source link

Playing the game on an XBox #27

Open MengelCode opened 4 years ago

MengelCode commented 4 years ago

A potentially new player reported they would like to try the game on their XBox 360 and/ or XBox One.

TASK: -Do research if the game could possibly run on one of those consoles. -Prepare a webserver who can deliver the game to the consoles' web browsers, -Contact the requester if the previous tasks were successful.

RESULTS (subject to updates) The Edge included on an XBox One console is seemingly capable of HTML 5. In order to remove the mouse out of the picture, use:

navigator.gamepadInputEmulation = "gamepad";

This property does not exist elsewhere and adding it on another platform will most likely simply have no effect at all.

MengelCode commented 4 years ago

Of course, all mentioned trademarks belong to Microsoft Corporation.

MengelCode commented 3 years ago

I think I might give this a chance again if somebody agrees to become a tester with an XBox 360 / One console.