You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
I want to make a chesslike,2d, turnbased, multiplayer game for 2players. I choose to use app inventor for android. The problem is i dont have any idea how to program the board. It must be 10 on 10 field and the sprites must move like chess one at a time. I use pixelart for diseign and no animations (for the prototype). There are flank attaks which are trigert by the way the sprite is looking. For each unit there are 4 postions (4 different pictures). The problem is that i have no idea how to creat the field and how to determine the moves. Do i have to program each square and to load a different screen to chose which position the player likes?
SteveJG
unread,
Apr 23, 2014, 10:13:16 AM4/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have to use different screens. As far as 'programming' each square, you can use the Blocks to determine which grid square you want to manipulate ...look at the simplified
code Scott provided in the above link. You can use parts of that and some logic blocks to keep track of where your important sprites are at any moment.