Skip to content

Katchex/vuesolitaire

 
 

Repository files navigation

VueSolitaire

Preview

preview

Live Game-Link

https://srutz.github.io/vuesolitaire/

Tech used:

Vue.js + TypeScript + Vite + Tailwind + React Router

Author

stepan.rutz AT gmx.de

Images

Images are from https://pexels.com

License

Its the WTFPL license. Do what you want with it, but check the LICENSE file for details.

The SVG Files

The svg File were manipulated like this

for i in *.svg; do inkscape $i --actions="select-all; page-fit-to-selection;  export-do; file-close"; done
ls -1 *_out.svg | while read i; do n=${i/_out/}; mv $i $n; done

Beforehand the files were downloaded like this:

cat cards.json > jq '.cards[].image' |sort | sed -e 's/.png$/.svg/' | while read a; do echo wget $a; sleep 1; done 

Cards.json was obtained from https://deckofcardsapi.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.2%
  • TypeScript 47.3%
  • CSS 2.4%
  • JavaScript 1.4%
  • HTML 0.7%