Has anyone made solitaire using tgf or mmf. I wanted to do one but wanted to see if there are any examples first. (I did search the downloads section first) I don't think it would be too difficult to code, it would just be cool to see other peoples ideas. Also do you know of any other opensource/tutorials that are based around card games? - Thanks
PS: That is from solitaire, so before anyone jumps out and points it out. I admit it, I don't feel like drawing a card atm.
Anyway, making a card game wouldn't be to difficult, it's just a bunch of cause and effect. Please drags card over other card, game checks both cards to see if its valid, if so... place card 16 pixels (or what ever) below card and place on front (if it isn't already). That’s basically how you have to look at MMF's event editor. Once you get that part down, you can make anything game-wise, granted it doesn’t slow MMF down to a halt, because then it wouldn't be to much fun.