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

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Improved formatting and added more information about how to obtain the source code for this example game)
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


Line 9: Line 9:
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].
 
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].


== Game Engine ==
== 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] was designed with 2D casual games for mobile in mind. It let's you create cross-platform mobile games with responsive design from a single codebase. It uses a component-based approach that provides native look and feel to iOS and Android users, while requiring far less code than native solutions. The V-Play Game Engine offers the same high performance as all Qt apps and can be extended with a number of supported languages.
 
== 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 the [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.


== Examples ==
[http://v-play.net/one-android http://v-play.net/wp-content/uploads/2016/11/Google_Play_Badge-1.png]
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://itunes.apple.com/at/app/squaby/id1112447141?l=en&mt=8 http://v-play.net/wp-content/uploads/2016/11/iTunes_download_link.png]


http://v-play.net/doc/images/vpmp-chat-onu.png
You can also view the source code for this game in the [http://v-play.net/samples/ V-Play Sample Launcher].
http://v-play.net/doc/images/vpmp-notificationbar-onu-small.png
 
http://v-play.net/doc/images/vpmp-profile-onu.png
== Game Features ==


== Main Feature ==
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 let's you add all of the following 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'.
* '''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.
*'''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.
Line 31: Line 35:
*'''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.
*'''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 ==
http://v-play.net/doc/images/vpmp-chat-onu.png
http://v-play.net/doc/images/vpmp-matchmaking-onu.png
http://v-play.net/doc/images/vpmp-profile-onu.png
 
== Plugin Features ==
One Card! also uses the following plugins:
One Card! also uses the following plugins:



Revision as of 11:41, 18 November 2016


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

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.

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 was designed with 2D casual games for mobile in mind. It let's you create cross-platform mobile games with responsive design from a single codebase. It uses a component-based approach that provides native look and feel to iOS and Android users, while requiring far less code than native solutions. The V-Play Game Engine offers the same high performance as all Qt apps and can be extended with a number of supported languages.

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 the 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 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.

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!
  • 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.