Thanks you Semicolo.
I had a quick eye on it during lunch time.
I made a quick & dirty solitaire game, probably the most easiest reussite to code & play, the one I used to play when I was really young

You only draw 2 cards at a time, and can only choose to send to front one to your piles (if the card is Ok in the sequence) or draw 2 next cards.
Here is the link :
http://fadest.free.f...Lynx/reussite.o
Easy, Medium, Hard are only to determine how much visible card form the stack you will see.
It is possible that some games are buggy (you won't get an Ace during the 1st turn), like in reality when you shuuffle the cards by yourself

(but there is no trick, unlike reality)
A snapshot
3 remarks :
- I use the good old BLL kit, well, I you want the code, you can ask for, but there is no comment and variables use french word. The programming in itself is really ugly (only had 1 hour to do this)
- I don't knox it this is my bmp conversion fault or not (I do not have good picture sofware), but the black card (spades...) are transparent, so I did not used transparencies.
- Oh, and the whole deck use more than 35 kb, so it let only few kilobytes to make a game. Well this is not a real problem as the one I would like to make do not use the whole deck...