8000 GitHub - wassona/solitaire: Some web based solitaire games I wrote to practice JavaScript and CSS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wassona/solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

Beleaguered Castle is an implementation of the Beleaguered Castle variant of Solitaire

This project uses JavaScript and CSS to create a web native version of Beleaguered Castle, a Solitaire variant. If you'd like to play but don't know how, fear not! The rules are included.

When I was first learning JavaScript, I built a mostly working version of Klondike Solitaire as a side project. At the time, I didn't quite figure out dragging stacks of individually draggable elements, and I haven't gone back to the project. Beleaguered Castle doesn't allow for moving multiple cards at once, so it was ideal for my skillset at the time.

Shortly afterwards, I was given an assignment in a class to create a timed modal element. Displaying a ruleset for my Solitaire game seemed like an ideal application, so that's the version on display here. I have not yet made it mobile responsive.

Klondike 1

Klondike 1 uses the HTML grid element, which currently has very narrow support, in implementing a version of Klondike, the most common Solitaire variant. Klondike 1 does not enforce the rules, and dragging multiple cards at once is not supported.

Klondike 2

Klondike 2 is a work in progress, except that it's probably more accurate to call it abandoned.

About

Some web based solitaire games I wrote to practice JavaScript and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0