Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding description about how to play game on Win7 and Win8 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@
Tutorials_WP_7_8
================

Tutorials on building Windows Phone 7 and 8 apps using App42 API and AppWarp.
Tutorials on building Windows Phone 7 and 8 apps using App42 API and AppWarp.

SETUP OF PROJECT FOR WP7 AND WP8:

1. Download Project and Unblock Zipped file issue

a. If downloaded files are in zip format we need to unblock it (By right clicking on zipped file and then clicking on property we will get Unblock checkbox)
before Unzipping it.


2. App HQ sign up ( Join with your account or sign up for new account)

3. App HQ create app (appwarp) - by clicking on Create App button. You will get API_KEY and SECRET_KEY. Provide API_KEY and SECRET_KEY obtained in GlobalContext.cs file
Note: For tic tac toe specify max user as 2

4. App HQ create room and get its room id. Provide Room ID obtained in GlobalContext.cs file



5.
a. To run in emulator just Run the project or click on debug in IDE . We Can run 2 instances on a single machine
or different machines.
b. To Run it on Window 7 phone use TicTacToeAppWarp.xap file with Juno to Install game . File will be obtained after building solution in following folder-
(Tutorials_WP_7_8\TicTacToeAppWarp\Bin\Debug)


6. How to play the game.

a. Once one user Join the game by entering his name and clicking on join it will wait till secvond user join
b. Once Second user will join first user will get message for his move and second player will have to wait till first player move and game proceed with alternate
moves
c. User clicking on new gtame button before game completion will lose game and new game will be initialized.
d. User clicking on end game button before game completion will lose game and other user will get notification of it