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 868699979d
Improve PlayingCard class
- Move to using enums to represent the suit & value
- This changes the badly named color to more appropriate suit.
- Add createDeck static method
2024-12-01 21:17:45 +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 Improve PlayingCard class 2024-12-01 21:17:45 +01:00
CMakeLists.txt Manage playing cards from C++ only 2024-12-01 19:43:49 +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 Improve PlayingCard class 2024-12-01 21:17:45 +01:00
Main.qml Manage playing cards from C++ only 2024-12-01 19:43:49 +01:00
playingcard.cpp Improve PlayingCard class 2024-12-01 21:17:45 +01:00
playingcard.h Improve PlayingCard class 2024-12-01 21:17:45 +01:00
ScoreBar.qml Add scorebar 2024-11-30 20:56:20 +01:00