deckswipe
deckswipe copied to clipboard
Single player card game skeleton based on Reigns and Lapse
The stat bars should display visual indications of the stat modification of an action, before said action is taken. Example: > * Stats are at 16, 16, 16, 16. >...
Right now input is handled through my own `InputDispatcher` + `UnityEngine.Input`, as well as `MonoBehaviour.BeginDrag()` et al. I think it would be a good idea to switch to the new...
When a game is started (after date is shown, before the first card is drawn), there should be an animation of the deck of cards being dropped in front of...
Certain cards should give the player status effects when one (or both) of the actions is taken. Status effects influence how other cards' stats modifications work from that point on,...
Solution for issue #40 For every stat I created 2 preview gameobjects (for left and right swipe outcome) which I set after new card is spawn. These gameobjects have Canvas...
This uses the 1.1.0-preview.1 of the new Input System instead of 1.0.0 due to a bug that was causing input to be lost when resuming on android after the back...
Create a screen, on which the game will start and load content. This should be where leaving gameplay using `Back` should bring the player (#9), and this is where the...
Currently, a dummy card with a prerequisite on itself is necessary to make other cards not randomly drawable (i.e. usable only as followups). A simple fix for this will be...
Need a general refresh + instructions on how to get the Google Sheets import working locally.