I coded my first 2D game in Godot about Mickey Mouse and it incorporates a few puzzles/games with story line. It uses area 2d’s, collision shapes, and sprite 2d’s for scene changes, and setting the scenes, I added input so that arrow keys are needed to move the character. I learned Godot’s coding language, how to add movement to a character body, how to add input with a mouse using left click, creating functions between different scripts that when called can flip cards and check if they match as used in my memory game, and I also learned about signals, and connecting them from components to scripts and coding with them.