Hello world,
This is hobby spider solitaire game that I developed because I was bored.
Clone or download the game into your compter. Browse to the folder where the game is saved and double click on index.html enjoy.
The game is written in Vanilla Javascript, html and css. There is a game timer to track how long a player spent in a given game.
Here you see the main menu, mwhich is also the pause menü.
Here you see how the game looks like
Here you see multiple cards being dragged. This shows an implementation of multi drag-and-drop. dragging several DOMNodes simoultaneously.
Because the game was developed because I was bored, no test has been carried out, no design pattern was used. I simply developped the game on the go. It took me about 16hours of work.
The following still need to be implemented
- Implement test using Mocha and nightwatch
- Check that the game is completed
- Check the number of card per game difficulty