Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
One Card! (Qt Multiplayer Card Game): Difference between revisions
(Created page with "Category:Developing_with_Qt::Qt Quick::Demos Category:Learning::Demos_and_Examples http://v-play.net/doc/images/onecard-menu.png == Description == One Card! is a tur...") |
m (Formatting Changes and Image Upload) |
||
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/onecard-game.png | |||
== Description == | == Description == | ||
Line 8: | Line 9: | ||
== 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]. | ||
== Examples == | == Examples == | ||
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. | 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. | ||
http://v-play.net/wp-content/uploads/2016/07/push-notifications.png | |||
== Features == | == Features == | ||
The main feature of One Card! is the '''[http://v-play.net/doc/vplay-vplaymultiplayer/ V-Play Multiplayer]''' feature. It let's you add all of the following features: | |||
* Play games with other players around the world. | * Play games with other players around the world. | ||
* Make friends and challenge them for matches. | * Make friends and challenge them for matches. | ||
* Chat with your friends or your opponents during a game. | * Chat with your friends or your opponents during a game. | ||
* Show push notifications by OneSignal for game invites, chat messages or friend requests from other players. | * Show push notifications by OneSignal for game invites, chat messages or friend requests from other players. | ||
It also uses the following plugins: | |||
'''VPlayGameNetwork:''' Climb the highscore ranks and compare your score with the other players or friends. | |||
'''Flurry Plugin and Google Analytics Plugin:''' Track the user behavior to improve the game. | |||
== Downloads == | == Downloads == |
Revision as of 13:36, 16 November 2016
Description
One Card! is a turn-based card game for up to 4 players based on ONU. It 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.
Game Engine
This game was created using the V-Play Game Engine. This free SDK is now available for download.
Examples
You can find the source code for this example game in the V-Play Documentation. One Card! is an open-source project so you can use it as the basis for your own multiplayer games.
Features
The main feature of One Card! is the V-Play Multiplayer feature. It let's you add all of the following features:
- Play games with other players around the world.
- Make friends and challenge them for matches.
- Chat with your friends or your opponents during a game.
- Show push notifications by OneSignal for game invites, chat messages or friend requests from other players.
It also uses the following plugins:
VPlayGameNetwork: Climb the highscore ranks and compare your score with the other players or friends.
Flurry Plugin and Google Analytics Plugin: Track the user behavior to improve the game.
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.