We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0683b4 commit ed212ceCopy full SHA for ed212ce
solitaire.c
@@ -247,6 +247,8 @@ void tick(GameState *game_state, NotificationApp *notification) {
247
if (game_state->top_cards[0].character == 11 && game_state->top_cards[1].character == 11 &&
248
game_state->top_cards[2].character == 11 && game_state->top_cards[3].character == 11) {
249
game_state->state = GameStateAnimate;
250
+ DOLPHIN_DEED(DolphinDeedPluginGameWin);
251
+
252
return;
253
}
254
@@ -381,6 +383,7 @@ void tick(GameState *game_state, NotificationApp *notification) {
381
383
382
384
385
void init(GameState *game_state) {
386
+ DOLPHIN_DEED(DolphinDeedPluginGameStart);
387
game_state->selectColumn = 0;
388
game_state->selected_card = 0;
389
game_state->selectRow = 0;
0 commit comments