CaptCard - The Captain of Choices
CaptCard
The official app & game
Distributed by UptoPlay
SCREENSHOTS
DESCRIPTION
Use UptoPlay to play online the game CaptCard - The Captain of Choices.
# CaptCard
## Overview
CaptCard is an evaluation game, inspired by "Reigns". Game asks players to choose one of two options. Chosen option then affects stats. Game's failure and success conditions are not set on purpose. After 20 card, game asks players to continue or exit.
## Design
### Cards
Each card and its scenario are shown to player one by one. Cards have a face type to inform the player about what type of card they see. Also choices are contained in card objects so system can detect which choice to be written on Choice Interface. Choice have effectors for every stat. Effectors are simply numerical values either they are positive or negative.
### Interfaces
In game, there are three main interfaces :
- **Stats Interface**
Stats Interface can contain different types. Stats are made of progress bars and their values are changed by option effectors.
- **Scenario Interface**
Scenario Interface is simply a text field to be filled by displayed card scenario.
- **Choice Interface**
*Choice Interface* is shown when player drags displayed card. Choice text is filled in which way the card is move towards to selectable ***choice***.
### Gameplay
Gameplay is based on touch input. Player needs to drag its finger on screen for choosing an *choice*. When player drags their finger to right direction, card moves to right relatively and for opposite side, same mechanics is applied. After choice selection is done, player will be expected to finish touch input then interfaces are informed, that is called **throwing a card**. Finally, new card is prepared to repeat gameplay process.
## Technical Details
The project is initialized with **Unity 2018.3**. 2D components are used. Google Sheets is used as database because it is easy to alter dataset, more natural to control and access. For Google Sheets connection there is an asset to produce data lists, it is called Google2Unity (G2U).
## Notes
Game is developed in 2018 as a request from a company called MargenTech. They are interested in new technologies about maritime.
Enjoy with UptoPlay the online game CaptCard - The Captain of Choices.
ADDITIONAL INFORMATION
Developer: Mustafa Pamir Ünsal
Genre: Educational
App version: 1.0.5
App size: 91M
Recent changes: Game generates play cards from cardbag. No more questions will be added.
Game randomizer has limits because of card count.
Stat UI is working, however it needs improvements. Some player states that they don't see the difference.
Page navigation:

