One Card! (Qt Multiplayer Card Game): Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
m (Video Trailer added)
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:


http://v-play.net/doc/images/onecard-menu.png
http://v-play.net/doc/images/onecard-menu.png
http://v-play.net/doc/images/vpmp-matchmaking-onu.png
http://v-play.net/doc/images/vpmp-notificationbar-onu-small.png
http://v-play.net/doc/images/onecard-game.png
http://v-play.net/doc/images/onecard-game.png
Documentation Link: http://v-play.net/doc/v-play-demos-onecard-example/
YouTube Trailer: https://www.youtube.com/watch?v=DOki6TSx-Sk


== Description ==
== Description ==
One Card! is a turn-based card game for up to 4 players. It's a cross-platform mobile game based on ONU. It's available for free on both [https://itunes.apple.com/at/app/squaby/id1112447141?l=en&mt=8 iOS] and [http://v-play.net/one-android Android] devices.  
One Card! is a turn-based card game for up to 4 players. It's a cross-platform mobile game based on ONU. It's available for free on both [https://itunes.apple.com/at/app/squaby/id1112447141?l=en&mt=8 iOS] and [http://v-play.net/one-android Android] devices.  


One Card! uses the V-Play Multiplayer component to add in-game chat, an intelligent matchmaking system and an ELO rating system. It also includes leaderboards, offline messaging and a social system that allows you to connect and play with your friends. You can see a video trailer featuring One Card! [https://www.youtube.com/watch?v=DOki6TSx-Sk here].
One Card! uses the [http://v-play.net/multiplayer/ V-Play Multiplayer] component to add in-game chat, an intelligent matchmaking system and an ELO rating system. It also includes leaderboards, offline messaging and a social system that allows you to connect and play with your friends. You can see a video trailer featuring One Card! [https://www.youtube.com/watch?v=DOki6TSx-Sk here].


== Game Engine ==
This is an open-source game example. You can find and edit the source code in any way you like by downloading [http://www.v-play.net/download V-Play].
 
== V-Play Cross-Platform Game Engine ==
This game was created using the '''V-Play Game Engine'''. This free SDK is now available for [http://www.v-play.net/download download].
This game was created using the '''V-Play Game Engine'''. This free SDK is now available for [http://www.v-play.net/download download].


The [http://v-play.net/games V-Play Game Engine] was designed with 2D casual games for mobile in mind. It's based on Qt and uses the same component-based approach to significantly reduce the development time of mobile games.  
The [http://v-play.net/games V-Play Game Engine] lets you create cross-platform mobile games from a single codebase. It was designed with 2D casual games in mind. [https://v-play.net/2014/07/research2guidance-cross-platform-tool-benchmarking-2014-v-play/ Research2guidance benchmarking] named V-Play as the cross-platform tool with the most ease-of-use, time-savings and customer satisfaction. You can also add a full range of 3rd party plugins for monetization, analytics and user engagement to your game in minutes thanks to [http://v-play.net/plugins/ V-Play Plugins].
 
== Open Source Game Example ==
You can access the source code for this example game when you download [http://v-play.net/download V-Play] or you can download the game from [https://play.google.com/store/apps/details?id=net.vplay.demos.ONECard Google Play] or the [https://itunes.apple.com/at/app/squaby/id1112447141?l=en&mt=8 App Store]. One Card! is an open-source project so you can use it as the basis for your own multiplayer games. Change the code as much or as little as you like and create multiplayer card games in a reduced amount of time.
 
[http://v-play.net/one-android http://v-play.net/wp-content/uploads/2016/11/Google_Play_Badge-1.png]
[https://itunes.apple.com/at/app/squaby/id1112447141?l=en&mt=8 http://v-play.net/wp-content/uploads/2016/11/iTunes_download_link.png]
 
You can also view the source code for this game in the [http://v-play.net/samples/ V-Play Sample Launcher].
 
== Game Features ==


== Examples ==
The main feature of One Card! is '''[http://v-play.net/doc/vplay-vplaymultiplayer/ V-Play Multiplayer]'''. The V-Play Multiplayer component can be included in your game with less than 100 lines of code. This means that you can integrate this feature into your game in less than 10 minutes. It lets you add all of the following features:
You can find the source code for this example game in the V-Play [http://v-play.net/doc/v-play-demos-onecard-example/ Documentation]. One Card! is an open-source project so you can use it as the basis for your own multiplayer games.
* '''[https://v-play.net/doc/vplay-vplaymultiplayer/#turn-based-games Real-Time & Turn-Based Multiplayer Support]:''' V-Play Multiplayer supports both real-time and turn-based gameplay, so you can use it to make many different types of multiplayer games. It's perfect for making player-vs-player games like 'Words with Friends' or games for a large amount of players, such as 'Clash of Clans'.
*'''[https://v-play.net/doc/vplay-vplaymultiplayer/#elo-rating-system-for-users Matchmaking & ELO Rating System]:''' V-Play Multiplayer includes a matchmaking feature that allows you to play with your friends or join already running games. It also includes an ELO Rating System that matches players against opponents of a similar skill level to ensure competitive gameplay.
* '''[https://v-play.net/doc/vplay-vplaygamenetwork/#leaderboards Friend System and Social Features]:''' V-Play Multiplayer lets you add your friends or make new friends with players you meet in-game. You can also compare your highscore with your friend’s in a dedicated Friends leaderboard. These leaderboards are sure to increase your retention and engagement rates as players compete against friends and international players to reach the top of the rankings.
* '''[https://v-play.net/doc/vplay-vplaymultiplayer/#adding-push-notifications-for-vplaymultiplayer Interactive Chat & Push Notifications]:''' V-Play Multiplayer features a messaging system so you can chat with your friends, even if they’re not online. This makes it easy to discuss games or arrange future matches. Best of all, V-Play Multiplayer sends Push Notifications to players when they receive new messages or game invites.
*'''[https://v-play.net/doc/vplay-webstorage/ Player Profiles & Cloud Synchronization]:''' V-Play Multiplayer lets you create your own player profile. You can upload a profile picture, set a username and decide if your national flag should be displayed. It’s simple to do and no additional logins are required. Furthermore, all the player data like highscores or earned achievements gets synced across platforms and across devices with the built-in V-Play Game Network cloud synchronization.


http://v-play.net/doc/images/vpmp-chat-onu.png
http://v-play.net/doc/images/vpmp-chat-onu.png
http://v-play.net/doc/images/vpmp-notificationbar-onu-small.png
http://v-play.net/doc/images/vpmp-matchmaking-onu.png
http://v-play.net/doc/images/vpmp-profile-onu.png
http://v-play.net/doc/images/vpmp-profile-onu.png


== Main Feature ==
== Plugin Features ==
The main feature of One Card! is '''[http://v-play.net/doc/vplay-vplaymultiplayer/ V-Play Multiplayer]'''. It let's you add all of the following features:
* '''Real-Time & Turn-Based Multiplayer Support:''' V-Play Multiplayer supports both real-time and turn-based gameplay, so you can use it to make many different types of multiplayer games. It's perfect for making player-vs-player games like 'Words with Friends' or games for a large amount of players, such as 'Clash of Clans'.
*'''Matchmaking & ELO Rating System:''' V-Play Multiplayer includes a matchmaking feature that allows you to play with your friends or join already running games. It also includes an ELO Rating System that matches players against opponents of a similar skill level to ensure competitive gameplay.
* '''Friend System and Social Features:''' V-Play Multiplayer lets you add your friends or make new friends with players you meet in-game. You can also compare your highscore with your friend’s in a dedicated Friends leaderboard. These leaderboards are sure to increase your retention and engagement rates as players compete against friends and international players to reach the top of the rankings.
* '''Interactive Chat & Push Notifications:''' V-Play Multiplayer features a messaging system so you can chat with your friends, even if they’re not online. This makes it easy to discuss games or arrange future matches. Best of all, V-Play Multiplayer sends Push Notifications to players when they receive new messages or game invites.
*'''Player Profiles & Cloud Synchronization:''' V-Play Multiplayer lets you create your own player profile. You can upload a profile picture, set a username and decide if your national flag should be displayed. It’s simple to do and no additional logins are required. Furthermore, all the player data like highscore or earned achivements gets synced across platforms and across devices with the built-in V-Play Game Network cloud synchronization.
 
== Other Features ==
One Card! also uses the following plugins:
One Card! also uses the following plugins:


*'''[http://v-play.net/doc/vplay-examples/#v-play-game-network-demos VPlayGameNetwork]:''' The V-Play Game Network is a cross-platform gaming service that allows players around the world to compare game highscores and achievements. Players can also challenge each other across multiple platforms and share their progress on Facebook on all supported platforms by V-Play: iOS, Android, BlackBerry, Symbian, MeeGo and also an all desktop platforms Windows, Mac and Linux. Integration in your game takes less than 10 minutes, so start using it and increase your player retention today!
*'''[http://v-play.net/doc/vplay-examples/#v-play-game-network-demos VPlayGameNetwork]:''' The V-Play Game Network is a cross-platform gaming service that allows players around the world to compare game highscores and achievements. Players can also challenge each other across multiple platforms and share their progress on Facebook on all supported platforms by V-Play: iOS, Android, BlackBerry, Symbian, MeeGo and also an all desktop platforms Windows, Mac and Linux. Integration in your game takes less than 10 minutes, so start using it and increase your player retention today!
*'''[https://v-play.net/doc/plugin-soomla/ Soomla Plugin]:''' The Soomla Plugin fully supports in-app purchases for iOS App Store and Android in-app products on Google Play Store & Amazon AppStore. Simply define your in-app purchases within your existing QML code and use the same API to trigger cross-platform purchases within your games & apps.
*'''[https://v-play.net/doc/plugin-admob/ AdMob Plugin]:''' Once you have included V-Play AdMob Plugin you can display ad banners and interstitials from Google advertisers in your apps & games. You then get paid every time your users click on ads in your app.


*'''[http://v-play.net/doc/plugin-flurry/ Flurry Plugin]:''' The Flurry plugin provides functions for getting insights into your app's usage for iOS & Android. You can use it to track application usage, user events and gather audience analytics.
*'''[http://v-play.net/doc/plugin-flurry/ Flurry Plugin]:''' The Flurry plugin provides functions for getting insights into your app's usage for iOS & Android. You can use it to track application usage, user events and gather audience analytics.

Revision as of 10:56, 7 December 2016


onecard-menu.png vpmp-notificationbar-onu-small.png onecard-game.png

Documentation Link: http://v-play.net/doc/v-play-demos-onecard-example/

YouTube Trailer: https://www.youtube.com/watch?v=DOki6TSx-Sk

Description

One Card! is a turn-based card game for up to 4 players. It's a cross-platform mobile game based on ONU. It's available for free on both iOS and Android devices.

One Card! uses the V-Play Multiplayer component to add in-game chat, an intelligent matchmaking system and an ELO rating system. It also includes leaderboards, offline messaging and a social system that allows you to connect and play with your friends. You can see a video trailer featuring One Card! here.

This is an open-source game example. You can find and edit the source code in any way you like by downloading V-Play.

V-Play Cross-Platform Game Engine

This game was created using the V-Play Game Engine. This free SDK is now available for download.

The V-Play Game Engine lets you create cross-platform mobile games from a single codebase. It was designed with 2D casual games in mind. Research2guidance benchmarking named V-Play as the cross-platform tool with the most ease-of-use, time-savings and customer satisfaction. You can also add a full range of 3rd party plugins for monetization, analytics and user engagement to your game in minutes thanks to V-Play Plugins.

Open Source Game Example

You can access the source code for this example game when you download V-Play or you can download the game from Google Play or the App Store. One Card! is an open-source project so you can use it as the basis for your own multiplayer games. Change the code as much or as little as you like and create multiplayer card games in a reduced amount of time.

Google_Play_Badge-1.png iTunes_download_link.png

You can also view the source code for this game in the V-Play Sample Launcher.

Game Features

The main feature of One Card! is V-Play Multiplayer. The V-Play Multiplayer component can be included in your game with less than 100 lines of code. This means that you can integrate this feature into your game in less than 10 minutes. It lets you add all of the following features:

  • Real-Time & Turn-Based Multiplayer Support: V-Play Multiplayer supports both real-time and turn-based gameplay, so you can use it to make many different types of multiplayer games. It's perfect for making player-vs-player games like 'Words with Friends' or games for a large amount of players, such as 'Clash of Clans'.
  • Matchmaking & ELO Rating System: V-Play Multiplayer includes a matchmaking feature that allows you to play with your friends or join already running games. It also includes an ELO Rating System that matches players against opponents of a similar skill level to ensure competitive gameplay.
  • Friend System and Social Features: V-Play Multiplayer lets you add your friends or make new friends with players you meet in-game. You can also compare your highscore with your friend’s in a dedicated Friends leaderboard. These leaderboards are sure to increase your retention and engagement rates as players compete against friends and international players to reach the top of the rankings.
  • Interactive Chat & Push Notifications: V-Play Multiplayer features a messaging system so you can chat with your friends, even if they’re not online. This makes it easy to discuss games or arrange future matches. Best of all, V-Play Multiplayer sends Push Notifications to players when they receive new messages or game invites.
  • Player Profiles & Cloud Synchronization: V-Play Multiplayer lets you create your own player profile. You can upload a profile picture, set a username and decide if your national flag should be displayed. It’s simple to do and no additional logins are required. Furthermore, all the player data like highscores or earned achievements gets synced across platforms and across devices with the built-in V-Play Game Network cloud synchronization.

vpmp-chat-onu.png vpmp-matchmaking-onu.png vpmp-profile-onu.png

Plugin Features

One Card! also uses the following plugins:

  • VPlayGameNetwork: The V-Play Game Network is a cross-platform gaming service that allows players around the world to compare game highscores and achievements. Players can also challenge each other across multiple platforms and share their progress on Facebook on all supported platforms by V-Play: iOS, Android, BlackBerry, Symbian, MeeGo and also an all desktop platforms Windows, Mac and Linux. Integration in your game takes less than 10 minutes, so start using it and increase your player retention today!
  • Soomla Plugin: The Soomla Plugin fully supports in-app purchases for iOS App Store and Android in-app products on Google Play Store & Amazon AppStore. Simply define your in-app purchases within your existing QML code and use the same API to trigger cross-platform purchases within your games & apps.
  • AdMob Plugin: Once you have included V-Play AdMob Plugin you can display ad banners and interstitials from Google advertisers in your apps & games. You then get paid every time your users click on ads in your app.
  • Flurry Plugin: The Flurry plugin provides functions for getting insights into your app's usage for iOS & Android. You can use it to track application usage, user events and gather audience analytics.
  • Google Analytics Plugin: The Google Analytics Plugin lets you measure user interactions for your mobile and desktop apps. It allows to track screen views and custom events to gain insights into your app's usage.

Downloads

This game is available in complete form as an open source example game from V-Play. You can download the free SDK here.

You can also download it from Google Play or the App Store.