Metroidvania Month 7 Day 9
Yeah, I missed a day. Hopefully, I can still get Daemon in a working state on time. I was looking into possible control schemes for the game and managed to find some documentation on Gamepads for HTML5 . It seems like it is just like adding the Gamepad's "keyup" Events to the window, but you have its connect/disconnect Events as well. I think it would be nice to have a Gamepad and have the game play like Super Metroid. However, I don't think all the controllers are the same: a button on an Xbox controller plugged into the PC might use a different Event than the same button on a PS4. They might confirm to the standard Gamepad setup , but I don't want to add any extra complications at this time. So, I'm just going to focus on WASD and Arrow Keys on the Keyboard for now. Maybe add a touchscreen control pad for smartphones later. I'm just trying to get stuff to a working state first, then I'll add those extra features in the future. My fir...