Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.73 KB

File metadata and controls

70 lines (42 loc) · 2.73 KB

TouchTicTacToe

The purpose of this application is to demonstrate how NFC peer to peer mode can be used in games. This is known as "Proximity Gaming".

Note that there is a Java version of this application for BlackBerry 7.1 devices and games can be played between Blackberry 7 devices and BlackBerry 10 devices. See BlackBerry 7 version

The sample code for this application is Open Source under the Apache 2.0 License.

Applies To

Author(s)

Release History

  • V1.0.2 - Support for latest NDK ( Gold) and 720x720 screen size
  • V1 - Initial release

Known Issues

  1. To start a new game it may be necessary to exit and then start again

Dependencies

  1. BlackBerry 10 Device Software 10.0.9
  2. BlackBerry 10 Native SDK 10.0.9 (Gold)

I don't want to build it myself

If you don't want to build this sample application yourself we've included a pre-build and signed BAR file for each version. You can find them in the folder "installable-bar-files":

  • TouchTicTacTen-1_0_2_18.bar -- Signed BAR file for Version 1.0.2 (V1.0.2) of the application ( requires BlackBerry 10 Software 10.0.9 )

To contribute code to this repository you must be signed up as an official contributor.

Contributing Changes

Please see the README of the Cascades-Community-Samples repository for instructions on how to add new Samples or make modifications to existing Samples.

Bug Reporting and Feature Requests

If you find a bug in a Sample, or have an enhancement request, simply file an Issue for the Sample and send a message (via github messages) to the Sample Author(s) to let them know that you have filed an Issue.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.