Hi If I want check or see the code in C# for the spider solitaire game where should I go ?
I want to know how the game work and how the code is organized , any Idea ? or link ? or e-books?
thanx in advance
Hi If I want check or see the code in C# for the spider solitaire game where should I go ?
I want to know how the game work and how the code is organized , any Idea ? or link ? or e-books?
thanx in advance
Is spider solitaire an open source program? Most programs are closed-source, which means that the source code is not available legally.
If you aren't looking for any particular version, check around sourceforge: it's a very good resource for many different open-source projects.
Spider is a port of a game called KPatience
. It is included in the KDE games distribution for linux. Being GPL, the source code should be easy to obtain. You'll have to port it to C# yourself.
Take a look at CodeProject:
http://www.codeproject.com/KB/game/Cards%5FGame%5FLibrary.aspx
This is a C# class library for card games.