Search the Community
Showing results for tags 'independence'.
-
Happy July 4th! Here is a simple HTML5 word search game for Independence Day in USA. https://www.atksolutions.com/games/wordsearch/independenceday.html Also visit our online fireworks show: Online Fireworks Show Morphing Logo
-
- july 4th
- independence
-
(and 1 more)
Tagged with:
-
Is it possible to create view where game content is independent of screen resolution in pixi.js? I mean that game content is scaled, so game appears the same on lower and higher resolution (yeah, there is an aspect ration that needs to be solved too). I have found this tutorial: http://www.html5gamedevs.com/topic/620-tutorial-handling-game-scenes-and-screen-scaling-with-pixi/ But I think it's just silly to apply scaling on all objects before render and after render to reset it. I checked the demos and Run Pixie Run appears to have change size of the game content to fit the screen (maybe I didn't dig in the code deep enough, but it doesn't appear to be... self describing).