solitare/src
ItsDrike 88cdf28cfc
Use unique ptr for nicer memory freeing in win simulation func
This also switches from using `QQueue` here to `std::queue` as `QQueue`
doesn't seem to play well with holding unique pointers.
2024-12-07 21:26:28 +01:00
..
columnslot.cpp Add clang-format config & format files 2024-12-05 03:06:34 +01:00
columnslot.h Add clang-format config & format files 2024-12-05 03:06:34 +01:00
gamestate.cpp Use unique ptr for nicer memory freeing in win simulation func 2024-12-07 21:26:28 +01:00
gamestate.h Use BFS approach for win simulation, not DFS 2024-12-07 21:26:28 +01:00
main.cpp Add winnability check 2024-12-06 05:08:58 +01:00
playingcard.cpp Register parent QObjects properly 2024-12-07 13:30:02 +01:00
playingcard.h Register parent QObjects properly 2024-12-07 13:30:02 +01:00