This Week's Sponsor:

Kolide

Ensures that if a device isn’t secure it can’t access your apps.  It’s Device Trust for Okta.


Flappy Bird Clone Made with Pythonista On iOS


Following the unfortunate demise of Flappy Bird, hundreds of developers are rushing to release clones of the game on the App Store. Over at the Pythonista forums, however, user “bashedcrab” has created a working clone of Flappy Bird called “Jumpy Octopus”, made entirely with Pythonista (pictured above).

This started out as a Flappy Bird clone (can be done in under 100 lines of Pythonista), but I let my son do a bit of a redesign. He decided an underwater setting involving an Octopus was much more enjoyable.

The game play and physics are tuned to replicate the original Flappy Bird as closely as possible, so it is hard! If you want to make it a bit more fun for young kids, make the gap larger (Default is 360. 450 is much easier but still a challenge for young kids).

The game is available as a Python script here, which can be copied in a new file in Pythonista and run to play the game. Jumpy Octopus has sounds, keeps tracks of high scores, and uses iOS emojis as characters for the underwater setting. Of all the Flappy Bird clones that are coming out, this is an impressive open-source implementation based on Pythonista’s game creation features.