Skip to content

Releases: fabi200123/Solitaire-Game

Solitaire v1.2.0

23 Jul 19:06
Compare
Choose a tag to compare

Solitaire Game

Current versions

NOTE The code is based on the tutorial from Python Arcade 2.6.17

Why did I do this?

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 : )

How did I do it?

  • Thought about the concept in my mind, tried to come up to something similar 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

Changelog since v1.1.0

  • Added support for Romanian language
  • Add button to select languages (RO and EN for the moment)
  • Update Winning Screen textures
  • Add fireworks on the Winning Screen

Solitaire v1.1.0

21 Jul 21:09
Compare
Choose a tag to compare

Solitaire Game

Current versions

NOTE The code is based on the tutorial from Python Arcade 2.6.17

Why did I do this?

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 : )

How did I do it?

  • Thought about the concept in my mind, tried to come up to something similar 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

Changelog since v1.0.0

  • Cards can be dragged on top of piles (not limited to just their mats)
  • Updated the winning screen to be a little easter egg

Solitaire v1.0.0

19 Jul 20:10
Compare
Choose a tag to compare

Solitaire Game - version v1.0.0

NOTE The code is based on the tutorial from Python Arcade 2.6.17

Why did I do this?

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 : )

How did I do it?

  • Thought about the concept in my mind, tried to come up to something similar 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

Version v1.0.0

The game is now finally shaped and can be played properly:

Second version of Solitaire

This version of Solitaire offers these features:

  • starting screen with different game difficulty options (EASY or HARD)
  • timer + move counter display
  • restart button (R key) that gets you to the starting screen
  • win screen with option to restart and get back to the starting screen