Category: Games

  • Power Apps Wordle

    Wordle is a great challenge for the Power Apps creator (in fact, any developer) as it is a very simple game that can be rebuilt in a matter of hours. As such, it’s a fun mini-project that demonstrates the benefits of approaching a project in a structured way and establishing clean logic. Initialisation On the…

  • Side Scrolling Platformer

    Just a little fund side-project, trying to create an ‘endless runner’-type game in Power Apps. The game relies on several background layers attached to a timer to create a parallax effect to add depth and motion: The timer can be ‘sped up’ to increase the speed of the game, and by extension the difficulty. This…

  • Flappy Bird

    It’s everyone’s favourite reaction-based mobile game, rebuilt in Power Apps! This makes use of parallax scrolling, as demonstrated in my side scrolling endless runner game, but works in some more animation control of the avatar/bird which wants to constantly fall to the bottom of the screen. Watch the video below to see my setup. I…