
--- Customs Solitaire - version 0.8 ---

	Customs Solitaire is a simple customizable solitaire game.

	Customs Solitaire is provided for free.
	Do not trust anyone who tries to sell Customs Solitaire.
	See https://sundee.neocities.org/ for updates and other programs.

	This program is for Windows only. Tested on Windows 7 only.
	Linux version may or may not happen in the future.
	Mac version never.


--- How to play ---

	Stack cards of the same suit (♥, ♠, ♣, or ♦) from highest to lowest rank
	(K Q J 10 9 8 7 6 5 4 3 2 A) in order to remove the stack. Remove all cards to win.
	
	NOTE: With the default settings, I've rarely seen a game that was unsolvable, even games that
	appear hopeless and stuck, I almost always end up being able to solve. However currently
	nothing is done to ensure that a game IS solvable, the cards are simply placed onto the table
	randomly.


--- Customization ---

	You can modify all the graphics to customize how the game looks.
	Cards are automatically cut from the cards image, they can be any size as long as the cards
	are the same size. The slot image should be the same size as the cards.

	To modify the game rules, edit customs_spider.txt in the /configs folder. Instructions are in
	that file.


--- Other notes/trivia ---

	This program was written in plain C. stb_image library is used to load image files.
	https://github.com/nothings/stb
	
	The default card images are modified from Microsoft Solitaire. I'll replace them some day with
	more original images.
	
	The origin of the name "Customs Solitaire" is from when I played Microsoft Spider Solitaire
	(the very very old version). I hated how I can't make intelligent decisions because I can't
	see the cards that are going to be revealed or dropped onto the table, so I wanted to make a
	custom version of that game where all the cards are visible from the start, thus
	"CustomMS Solitaire".
