Looking for a place to start...

I am creating a game similar to Frenzic but with a twist. I have created a neat menu system with the help of Director class and I am well on my way to learning Lua and Corona. Now the time has has come to actually start on the game code. Anyone willing to help me get started? I have this so far:

I know I’ll need 6 Lua tables to save the values of the 6 “pie pieces” that each “pie container” can hold.

I need to create a function or functions to generate a “pie piece” in the center of the screen

I’ll need another function to handle the tap event and attempt to move the piece of pie into an empty slot
(insert the value of the randomly generated “pie piece” in the “pie container” Lua table)

I need a way to instantiate all six empty “pies” around the piece genterator. Must I do this manually or is there and easier way to position them? I am trying to do this manually and am FAILING!

I am not worried about scoring right now. Where do I even start? :0)

All I have so far…

Any tips or advice would be greatly appreciated! I don’t want to try and code to much further and find out I went down the wrong path. Thanks everyone! [import]uid: 45844 topic_id: 8683 reply_id: 308683[/import]