Well, apps are slightly harder than games in some respects.
If you want things like buttons etc. you'll have to write functions to do this. Apps are generally written in 2D, so make sure you know to do 2D well.
You'll have to structure them like a game, ie.
Load all stuff
do
- Draw controls
- Check if user is interacting
--> Do something if yes
- Display some sort of feedback, maybe a grid of matrix tiles or a view of a model
- Sync
loop
Functions (eg. buttons + other stuff)
You are the
th person to view this signature.
Programmers don't die, they just
Gosub without
return....