AnkleHat
Dec 23, 2015 - 05:37
Hi I'm new to Python, I just finished learning basic programming. I was wondering if there are any sprites or anything like that in pythonista
Hi I'm new to Python, I just finished learning basic programming. I was wondering if there are any sprites or anything like that in pythonista
You may want to look to the scene module, which is vastly expanded in the soon-to-be-released 2.0 version (or the 1.6 beta). That also has a Game Tutorial in the examples that teaches how to use it incl. sprite-like aliens etc.
There are some nice examples in Pythonista-Tools/Games. I especially like @bashedcrab games Cloud Jump, Jumpy Octopus, and Times Tables Torture.
Very cool, thanks guys!