kittykatattack / hexi

Make games the fun way!
MIT License
551 stars 83 forks source link

Tutorials not working #6

Closed hiperbou closed 7 years ago

hiperbou commented 8 years ago

Tutorial Alien Armada just crashes because the keys are not defined (g.leftArrow, etc) Tutorial Flappy Fairy does not work on Firefox, it seems that the pointer is not working.

kittykatattack commented 8 years ago

I'm in the process of fixing this. For the Alien Armada tutorial, just delete the g. prefix from all the arrow key objects for now. For the Firefox bug - I'm investigating that. It looks like Firefox made a recent change that is not compatible with the pointer code, I'll find out what that is and fix it. Thanks for reporting this!

kittykatattack commented 8 years ago

... Just letting you know that the keyboard control bug in Alien Armada is now fixed:

https://github.com/kittykatattack/hexi/blob/master/tutorials/src/alienArmada.js

kittykatattack commented 7 years ago

The Flappy Fairy bug in Firefox was related to a buggy fullscreen API implementation. I've removed the module that was causing the problem, and opened a new issue to begin a discussion about creating a new fullscreen module:

https://github.com/kittykatattack/hexi/issues/14