Quantcast
Channel: Mobile Zone - tutorial
Browsing all 11 articles
Browse latest View live

Model, View, Controller HOWTO

MVC howto Original vrsion can be found at http://kbrooks.ath.cx/mvchowto/intro.py<code> #!/usr/bin/python # MVC Howto - Introduction & code # What is "MVC"? # MVC stands for "Model", "View"...

View Article



Download The Pys60 Tutorial

Many wonderful examples by <a href=http://mlab.uiah.fi/~jscheib/>Jürgen Scheible</a>. I omit the zip,exe,pdf to save site's bandwidth.<code> C:\>wget -kmnp -l3 -Rzip,exe,pdf...

View Article

Change

// description of your code here change this: <code> db_dml revision_add { insert into mfp_notesi (item_id, revision_id, title) values (:item_id, :revision_id, :title) }</code> for this:...

View Article

Text Adventure Tutorial And Short Example Game In Scheme

A means of creating simple (or un-simple) text adventure games in Scheme. PROS: -I have not figured out a single kind of text adventure game I couldn't write with this. -It can be comprehended and...

View Article

Waiting For N Seconds In Scheme

// A means of causing evaluation to be delayed for a certain number of seconds in Scheme. May also be useful in LISP; I don't know. Most useful in begin expressions because it returns...

View Article


GUI Tic Tac Toe In Less Than 100 Lines !

A GRAPHICAL USER INTERFACE build with Tkinter for a simple game of tic tac toe. Perfect to study as a tutorial,<code> from Tkinter import * top,mid,btm=[0,0,0],[0,0,0],[0,0,0] bord =...

View Article

Beginning Android Game Programming

Introduction Game development on the Android platform is challenging and rewarding and comes with it's own set of pitfalls and hard learned lessons. In this series of articles I hope to show you some...

View Article

XNA to SilverXNA-part 6 Adding a bit of Flash

Now one thing that wasn’t in the original game (unless you count the player / enemy animations which to face it are part of the gam anyway) was any kind of animation to the UI experience, namely in...

View Article


Tutorial: free and paid game versions in Visual Studio

Joel at StackPop Studios offers a super-hand-holding, step-by-step tutorial on creating multiple versions of the same game in Visual Studio.Every step gets its own screenshot, and every code sample is...

View Article


Android Dev Resources: The Big List

A recent post from Sharif Ahmed at @sharif's blog titled "The Big List of Android Dev Resources" provides exactly what the title says: a big list of Android developer resources. The list is extensive,...

View Article

Programming for iOS 7: Tutorials, Resources, Guides and More

One thing about being off wandering while everybody else is getting up to speed on a new iOS: Hey, they’ve got all their writeups ready for you to read when you get back. And my my, there are quite a...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images