This is a simple memory card game which I created to use what I’ve been learnt by watching Epic’s UE4 tutorials over the last few months. The game is made entirely with Blueprints. I created the cards in Blender and the cards’ texture in GIMP. You can find the full source, including graphics assets, on GitHub here:
(Apologies for the size of the source. I used the Puzzle template and I think there’s a lot more stuff I can clean out of it which I haven’t done yet)
Source archive: http://wkoorts.com/files/memorygame/MemoryGameSource.zip
Windows 64-bit build: http://wkoorts.com/files/memorygame/MemoryGameWin64.zip
The objective of the game is to find all the matching pairs of cards until they are all revealed, in the quickest time possible.
I had a lot of fun making this and putting what I’ve learnt in use. For context, I am a programmer by day. I’m sure the Blueprints are pretty rough around the edges, and I am very greatful in advance for any feedback on things that could be improved.