There was an error while loading. Please reload this page. This is my implementation of Mahjong Solitaire in Java using the LibGDX library. LibGDX is "a cross ...
This project was created in Spring 2018 as part of my programming 2 class to practice OOP inheritance. Here is a video of a playthrough of the physical card game (not by me). Here is a link to a video ...
My Klondike solitaire solver works in both Java and C# now. I can benchmark them side-by-side running single-threaded. (The multithreaded C# version needs to be refactored before I consider it worth ...