SteveSchilz / Solitaire

Implementation of Klondike Solitaire using the Qt Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klondike Qt Solitaire

This is an implementation of Klondike Solitaire using the Qt GraphicsView Framework

All code was written by me. I set a goal to code this project without AI input, which I have done. Probably the last such project I will ever do.

Screenshot

Goals

  • Demonstrate familiarity with Qt framework including the Graphics View Framework, Undo Framework, and many other Qt classes.
  • Demonstrate familiarity modern C++ idoms, including range-based for loops, Containers and algorithms
  • Provide gamification to reduce the users use of the game.
  • Demonstrate use of CMake with Qt.

Specifications and Design

Additional Documentation

Developer Notes

OSX Platform updates cause file not found errors

After a new version of OSX is installed, the XCode SDK may be updated, resulting in file not found errors in the SDK when attempting to build. These can be resolved as follows

  1. Build -> Clear CMake Configuration
  2. Build -> Run CMake
  3. Rebuild project

CMAKE Limitations in Qt

  • Because this is a CMAKE project, some Qt Creator features, such as "Add Existing file" are not available. You must edit the CMakeLists.txt file to add folders and files
  • I keep a record of work done each day, which includes accomplishments, research notes, and testing notes. The developers log is found at Documentation/Devlog.md
  • TODO List - Is it ever done?

Attributions

  • Card Art for face cards was purchased from [VectorStock-Fantasy Deck]( * Fantasy Deck)

License

License is GNU GPL v3. Because this is an educational project, it seemed to make sense to allow free use, given that it contributes to the community.

About

Implementation of Klondike Solitaire using the Qt Framework

License:GNU General Public License v3.0


Languages

Language:C++ 95.3%Language:CMake 3.7%Language:C 1.0%