Python Solitaire

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-04-19T11:32:15Z Indexed on 2010/04/19 11:33 UTC
Read the original article Hit count: 345

This is more of a thought i had awhile rather than an actual problem to solve, maybe more a discussion, but i was wondering if it would be possible to design the game of solitaire and be abkle to play it in the python GUI or some other form of iterface? I know you can get a deck of cards fairly easily and i know yuo can play simple games like snap and so on but i thought solitaire would be more challenging and fun because there is alot more logic behind it than just laying out the cards randomly. Any ideas?

(I would be intrested to hear about or see any solutions if anyone had any links etc..)

© Stack Overflow or respective owner

Related posts about python

Related posts about game-development