phuocpeter / Monopoly-Wireless

A Cocos2d-X Project which acts as a credit management in Monopoly games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monopoly Wireless

Monopoly Wireless is a credit managing application for the board game Monopoly. Players can use the application to keep track of their credit, send and receive credit to others through a remote server.

Personal Cocos2d-X project for educational and experience purpose.

Features

  • Create and join Monopoly game session with up to 4 players
  • Send and receive credit easily with the "Player Slider"
  • Confirm send request with "fingerprint scanner" button
  • User Interface is in Vietnamese
  • App is precompiled for Android 5.0+ and jailbroken iOS 6.0+

Usage

Compiling

  • Required Cocos2d-X C++ v3.1.1
  • Put the Classes and Resources in a Cocos2d-X project
  • Configure the app to run in portrait for both Android and iOS

Contribute

License

The project is licensed under the MIT license.

MIT License

Copyright (c) 2016 Phuoc Tran T.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.

About

A Cocos2d-X Project which acts as a credit management in Monopoly games


Languages

Language:C++ 90.8%Language:CMake 9.2%