Need help with my new memory game

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By HerrKung

Hi

Im new to godot and have been following a few tutorials on youtube.
I have made pong and a 2d platformer and now im working on a memory game based on these tutorials on youtube:

I made a few changes to the code. Changed the pictures and added sound effects.
What I need help with is how to add an flip animation to the cards. Not sure how to do this with a card class and arrays and what code that needs to be added.

I also want the player to be able to change the deck of cards. For instance one game version with dogs and another with cats.
I tried duplicating the whole game and changed the pictures in the duplicated game then added a button in the first game that changes the scene to the new game. This however gives me an error.

I also would like to add a multiplayer mode for the game where 2 players connect and play against eachother in turns. Any guides on how to do this?

Thankful for any help

Here is a link to the game:

Flag Memory by Kung-Games

Can anyone help?

HerrKung | 2022-12-06 11:57

Your question is too broad.

SteveSmith | 2022-12-21 12:26

Ok, What should I specify?

HerrKung | 2022-12-21 20:04

Break your problem down into smaller issues. As it is, you’re basically asking someone to write your code for you. Do you want to flip an image? What is the error?

SteveSmith | 2022-12-22 07:09