This is a Solitare game written with Qt + QML. I made this project as my final project for the AP7MP class.
Find a file
ItsDrike 72c4e64782
Add proper board cleanup logic
There totally weren't any memory leaks before
2024-12-04 20:34:03 +01:00
img/playing_cards Add support for showing playing cards 2024-12-01 01:01:37 +01:00
.gitignore Initial commit 2024-11-30 19:23:45 +01:00
build.sh Add script to build the project manually 2024-12-01 01:10:43 +01:00
CardModel.qml Remove unnecessary Solitare pkg QML import 2024-12-04 19:15:10 +01:00
CMakeLists.txt Move FoundationPiles to it's own file 2024-12-04 19:26:16 +01:00
columnslot.cpp Store revealed state for the columns 2024-12-02 16:10:51 +01:00
columnslot.h Register QObject classes as QML elements via macros 2024-12-03 15:05:30 +01:00
DrawPile.qml Move DrawPile to it's own file 2024-12-04 19:22:20 +01:00
FoundationPiles.qml Move FoundationPiles to it's own file 2024-12-04 19:26:16 +01:00
gamestate.cpp Add proper board cleanup logic 2024-12-04 20:34:03 +01:00
gamestate.h Add proper board cleanup logic 2024-12-04 20:34:03 +01:00
generate_images_qrc.sh Add support for showing playing cards 2024-12-01 01:01:37 +01:00
images.qrc Add support for showing playing cards 2024-12-01 01:01:37 +01:00
LICENSE-THIRD-PARTY.txt Add support for showing playing cards 2024-12-01 01:01:37 +01:00
LICENSE.txt Add GPL 3.0-or-later license 2024-11-30 21:01:01 +01:00
main.cpp Add a quick function to set up a winning deck 2024-12-04 19:06:50 +01:00
Main.qml Remove unnecessary spacer item 2024-12-04 19:26:32 +01:00
playingcard.cpp Add several debug logs to gamestate 2024-12-03 15:14:27 +01:00
playingcard.h Add several debug logs to gamestate 2024-12-03 15:14:27 +01:00
ScoreBar.qml Add first row, with foundation,throwaway & draw piles 2024-12-02 15:35:37 +01:00
Tableau.qml Separate Tableau to it's own file 2024-12-04 19:19:39 +01:00
ThrowawayPile.qml Move ThrowawayPile to it's own file 2024-12-04 19:20:06 +01:00