Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: tbelgrave on January 26, 2024, 06:13:50 PM

Title: Word Puzzle game - Prototype complete need assist using Playmaker
Post by: tbelgrave on January 26, 2024, 06:13:50 PM
Hiya guys, haven't been here in some time! I'll try to explain this best I can.

I just need some guidance so I can explore and learn

What I've achieved
- I've completed a word puzzle prototype where the player is given a clue and they use a virtual keyboard trying to guess the answer
- The prototype was made initially using Game Creator but wasn't scalable at the time (Had to create each level manually, it wasn't dynamic)
-Recreated somewhat in UE5 a few months back which had a dynamic level creator using Data Tables / Structs with the following

[Level Num] [Image Clue] [Answer] (Image attached)

It's basically a version of this, but with the addition of the image clue
What I hope to achieve with PM
- PM feels like a solid blend between the power of Blueprint and the ease of Gamecreator (visually)

- Below is the loop

Image also attached showing how I did this in UE, I get this datatable info based on the level, it loops through the answer index and spits out the spots it needs for the user to make a guess


Once I figure out this loop the rest will come. Any assistance would be awesome!

Thx