Saturday 13 March 2010

Implementation - "Finished"

Yesterday I made significant progress in the project, implementing features like;

Correcting player queues. Once I realised NSMutableArray works like a normal queue this was simple to resolve.

Including winner and loser handling:
- returns user to menu after game
- plays sound to indicate win or loss
- displays notification to the user

Removing the setup screen. This was done to simplify the UI. The deck is now automatically shuffled.

A Documentation browser that displays helpful web pages. It uses UIbuttons to switch between pages rather than a UITabBar.

Features I still wantto implement include;

Saving and Resuming a single player game.

Getting a multiplayer game working. This will be more difficult to test. It cannot be done without deploying to device.

Beta Testing will take place on device so I'd also like multiplayer to be tested.



No comments:

Post a Comment