Updated Home (markdown)

tompaana 2014-11-07 00:16:12 -08:00
Родитель 662751bac1
Коммит dbb2e5cd5b
1 изменённых файлов: 9 добавлений и 9 удалений

18
Home.md

@ -10,7 +10,7 @@ Download the XAP file and install it on your device by using the Application Dep
## Building the application
Download the application solution [source code](https://github.com/nokia-developer/car-trumps/archive/master.zip) and open the `CarTrumps.sln` file in the Microsoft Visual Studio Express for Windows Phone 8. Start building and running the application by hitting F5 or selecting Start Debugging from the Debug menu.
Download the application solution [source code](https://github.com/Microsoft/car-trumps/archive/master.zip) and open the `CarTrumps.sln` file in the Microsoft Visual Studio Express for Windows Phone 8. Start building and running the application by hitting F5 or selecting Start Debugging from the Debug menu.
# Design
@ -18,16 +18,16 @@ Car Trumps is a Windows Phone 8 example game demonstrating the use of the [Proxi
The game starts when the players touch the phones together. A random hand is given to both players from the deck. Both players select a card and pick one statistic from it, and touch the devices together to compare the selections. Both players must select the same statistic. The winner gets the opponent's losing card. The game ends when either player runs out of cards.
![Screenshot 1](https://raw.github.com/nokia-developer/car-trumps/master/doc/screenshots/car-trumps-main-view_small.png) 
![Screenshot 2](https://raw.github.com/nokia-developer/car-trumps/master/doc/screenshots/car-trumps-card-view_small.png) 
![Screenshot 3](https://raw.github.com/nokia-developer/car-trumps/master/doc/screenshots/car-trumps-comparison-view_small.png) 
![Screenshot 4](https://raw.github.com/nokia-developer/car-trumps/master/doc/screenshots/car-trumps-result-view_small.png)
![Screenshot 1](https://raw.github.com/Microsoft/car-trumps/master/doc/screenshots/car-trumps-main-view_small.png) 
![Screenshot 2](https://raw.github.com/Microsoft/car-trumps/master/doc/screenshots/car-trumps-card-view_small.png) 
![Screenshot 3](https://raw.github.com/Microsoft/car-trumps/master/doc/screenshots/car-trumps-comparison-view_small.png) 
![Screenshot 4](https://raw.github.com/Microsoft/car-trumps/master/doc/screenshots/car-trumps-result-view_small.png)
# Implementation
## Architecture
![Architecture](https://raw.github.com/nokia-developer/car-trumps/master/doc/architecture.png)
![Architecture](https://raw.github.com/Microsoft/car-trumps/master/doc/architecture.png)
### User interface
@ -169,7 +169,7 @@ Here is an example of the message:
</Message>
```
See [NfcInitiationMessage.cs](https://github.com/nokia-developer/car-trumps/blob/master/CarTrumps/Nfc/NfcInitiationMessage.cs), [NfcMessage.cs](https://github.com/nokia-developer/car-trumps/blob/master/CarTrumps/Nfc/NfcMessage.cs) and [NfcManager.cs](https://github.com/nokia-developer/car-trumps/blob/master/CarTrumps/Nfc/NfcManager.cs) for more information.
See [NfcInitiationMessage.cs](https://github.com/Microsoft/car-trumps/blob/master/CarTrumps/Nfc/NfcInitiationMessage.cs), [NfcMessage.cs](https://github.com/Microsoft/car-trumps/blob/master/CarTrumps/Nfc/NfcMessage.cs) and [NfcManager.cs](https://github.com/Microsoft/car-trumps/blob/master/CarTrumps/Nfc/NfcManager.cs) for more information.
## Interoperability
@ -180,7 +180,7 @@ in particular if you are interested in implementing a similar application.
See [Opening sockets with NFC](http://www.developer.nokia.com/Resources/Library/Lumia/#!opening-sockets-with-nfc.html) for more in-depth information on the use of Proximity API and NFC functionality.
There's also another Nokia Developer project dealing with Proximity API and NFC, [NFC Talk](https://github.com/nokia-developer/nfc-talk), a simple chat application demonstrating NFC tap initiated connection establishment and further data transfer.
There's also another project dealing with Proximity API and NFC, [NFC Talk](https://github.com/Microsoft/nfc-talk), a simple chat application demonstrating NFC tap initiated connection establishment and further data transfer.
# Licensing
@ -198,4 +198,4 @@ All the car images were taken from en.wikipedia.org. Here is a complete list of
The images are licensed under [GNU Free Documentation License](http://en.wikipedia.org/wiki/GNU_Free_Documentation_License).
The example application and its source code is licensed under [a permissive proprietary license](https://github.com/nokia-developer/car-trumps/blob/master/Licence.txt).
The example application and its source code is licensed under [a permissive proprietary license](https://github.com/Microsoft/car-trumps/blob/master/Licence.txt).