NOTE The code is based on the tutorial from Python Arcade 2.6.17
I have decided to create my own Solitaire game because almost all current games use ADS or other stuff that I mostly don't enjoy having there. Oh... And I love Solitaire as my time waste game : )
In order to run it, you need:
- Python 3.10.9
- to install the requirements:
pip install -r requirements.txt
- to run the game, just use this command:
python game/game.py
NOTE You can reset the game by pressing the
R
key on your keyboard, besides that you have to use the left-click of your mouse to move cards.
The current version of Solitaire consists of all the features added by the versions:
Below you can see a short gif with the game screens:
- Thought about the concept in my mind, tried to come up to something simmilar to the default Solitaire Game
-
Graphic for the cards will be created by me, probably using Paint.net or Aseprite
-
Code will be written in Python
Finally achieved the first version of the game! Below you can see an image of it:
The version has received some updates:
- fixed bugs that allowed you to select multiple cards at once
- added a Timer + Moves counter for the game
- We have a Winning Screen which allows you to restart the game
The game is now finally shaped and can be played properly:
The version has received some updates:
- starting screen with different options
- you can choose your gamemode HARD/EASY
- cards are properly set on the mat
- restart now gets you to the Starting Screen
- fixed some more bugs