Menus
Tonight, I have been working on the Menu system for the game. I’m all the way to the the point where challenges are waiting to be issued. I just need to complete the views for challenging an opponent by name/email or find a previous opponent to challenge. Once I’m done with that, its a matter of using the current hit scene to choose your attacks and defense and issue the challenge to the web server.
I have nearly finished the profile selection screen which allows you to pick which profile you will use to duel with. The only things missing are the buttons to select, add, or delete a profile.
The last thing to cover after this is the challenge response and results screens. Both will likely be table views with the ability to accept/decline a challenge and store, view, delete results that you have on the device.
So, thats 1 scene nearly done, 2 scenes to write from scratch, and 4 screens to wire up. Then i can begin testing the web server with challenges. I’m pushing hard to get something visible done. Stay Tuned!