Solitaire
Summary
This GitHub repository, contains a project dedicated to creating a digital front-end version of the classic Solitaire card game. The project includes the full source code for the game, along with clear documentation outlining the game logic, user interface design, and implementation details. The repository is designed to be easily accessible for those interested in understanding the mechanics of Solitaire, as well as for developers looking to explore or extend the game's functionality.
My Contributions
Technologies Used: HTML, CSS, JavaScript, AJAX
- Challenged myself to recreate the game of solitaire utilizing front-end development and the DOM.
- Implementation of the local storage of the browser was also utilized to keep the undo states of each move up to 10 turns.