Spider Solitaire Game and Solver - DOS Based Written in Free Pascal using the Lazarus IDE.
Important! I'm using MS Copilot to assist me with endeavour. If I didn't it would take me years to create. This is also my first ever use of github, so please be kind comments and such.
This is a personal project for me, I have played MS Spider Solitaire for almost 7 years. I have been fascinated with the tips and tricks of solving a game. I've always wanted to create a program to play Spider, but most importantly have a capability of the computer to solve hands also. My first attempt at this program (in C#) went no where.
Recently I rediscovered the Pascal language and how much it still supported, I have programmed in Pascal since 1988/89. Why am I doing this as a console application? I think solving would be much faster than having a GUI overhead.
Future additions will include more stats disecction, tracking of games and whatever else I can think of.