solitaire anyone?

BlitzMax Forums/BlitzMax Programming/solitaire anyone?

Jesse(Posted 2010) [#1]
A while a go I duplicated the windows solitaire game so she would have the game on here Mac and she would stop trying to use my Windows pc. She now uses it all the time and has not bother me anymore. the version I have on her laptop is 99% complete. including redo undo (all the way to the first step) and few extra options. I decided to share a stripped down version for anyone interested in looking at the code or using some of it's functionality for their own purpose. It does not include redo/undo functionality or the ability to change image faces. this is the code:
main:

"game.bmx"


"tmouse.bmx"




Last edited 2010

Last edited 2010


Jesse(Posted 2010) [#2]
it will be easy to modify to not use "mouse.bmx" but I didn't bother, sorry. I forgot, put the image in a folder and name it "gfx". the game requires MaxGUI to work.

Last edited 2010