A Patience Solitaire game implemented in Haskell. Play the classic card game with a functional programming touch.
Use the arrow keys and SPACE to select a card. Use ENTER to rotate the stack.
Before you can run the program, ensure that you have Haskell and Stack installed on your system. You can find instructions for installing Haskell and Stack on the official Haskell website.
Clone the repository to your local machine using the following command:
git clone https://github.com/lbarraga/patience-game-haskell
Change to the repository directory:
cd patience-game-haskell
Run the program using Stack:
stack run
You should now see the program running and can interact with it as per the program's instructions.
Feel free to explore the repository and modify the program as you wish. Contributions are welcome!