how would i create a memory game in hammer?

Evatron

L2: Junior Member
Oct 23, 2021
56
1
logic.png


this is what i have so far. a logic_case does pickrandom on one of 3 buttons. if the correct button is pressed, they then go through to picking the next correct button. but they obviously cant just pick any button so somehow the other 2 buttons must have different output depending on which button was picked for that part of the order. its very confusing for something so simple.

basically the player must press the correct buttons in the correct order of a randomly generated sequence.

any attempts at this are appreciated massively.
 

jixegix957

L1: Registered
Aug 28, 2023
21
0
very confusing flowchart, if I reorder it:

1717943778945.png



I have no idea how this is a memory game flowchart. It's just pick a random button flowchart. - So just make it a 33% chance they win every time they pick a button.