[CentralOH] Python and Mobile
Eric Floehr
eric at intellovations.com
Tue Mar 25 15:50:37 CET 2014
Someone recommended a simple game called 2048 to me, where you slide tiles,
combining equal values (2 and 2, 4 and 4) etc. by sliding left, right, up,
and down.
The original, with source code, is here, and it's browser based:
http://gabrielecirulli.github.io/2048/
Someone made a clone for Android using Python and the Kivy framework. It's
open source as well, integrated with Google Play Services, and is a great
example of what you can do with Kivy and Python while still keeping the
code simple:
https://github.com/tito/2048
-Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20140325/1314644a/attachment.html>
More information about the CentralOH
mailing list