MMR Tic Tac Toe

buzztouch plugin: MMR Tic Tac Toe
Version: v1.3
Add the children's classic game Tic tac Toe to your app. You can change the the noughts (Os) and crosses (Xs) to your own images for further customisation.
works on iOS iOS
Developer Info
Latest Review
Pointeraquila198 | 11/30/13 (v1.3)
Great plugin for any app! Adds an extra layer of fun -
Screenshots
More Information
Add the classic children's game Tic Tac Toe to your Buzztouch project. Change
the noughts and crosses to images of choice.

You can get beautiful layout with some imagination.

If you would like to localize the Tic Tac Toe game, here are the strings used in the code.

//Tic Tac Toe

"reset" = "Reset Scores";
"Winner" = "Winner";
"tieTitle" = "It's a tie";
"tieMessage" = "sorry try again";

Version History
-----------------

v1.2 28/05/2013
Minor changes to correct a problem in the color selector for the Tic Tac Toe Setting.
      Added some new screenshots to show out the potential of this plugin
     

iOS Project
------------------------
Mmr_tic_tac_toe.h
Mmr_tic_tac_toe.m
Mmr_tic_tac_toe.xib
Mmr_tic_tac_toe~ipad.xib
MMR_x.png
MMR_o.png

Android Project
------------------------
Not available for android

JSON Data
{"itemId":"6A8BDD2989D12B006639F29",
"itemType":"Mmr_tic_tac_toe",
"itemNickname":"tic tac toe",
"navBarTitleText":"tic tac toe",
"backgroundColor":"#CC3300",
"MmrLineColor":"#00CCFF",
"MmrOPiece":"MMR_x.png",
"MmrXPiece":"MMR_o.png"}