samuraicode / deck-of-cards

HTML5 Deck of Cards

Home Page:https://pakastin.github.io/deck-of-cards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Deck of Cards

Gitter

Pure vanilla JS – no dependencies.

https://pakastin.github.io/deck-of-cards/

where's what?

css/ - CSS source (stylus + nib) of the example

dist/ - deck.js & deck.min.js

example/ - https://pakastin.github.io/deck-of-cards

lib/ - JS (ES6) source of deck.js

views/ - HTML source of the example

build instructions

npm install
npm start

(starts watching for changes..)

Note to self: todo

  • Make z-index temporary by reordering DOM elements between actions
  • Fix moving
  • Make API more open
  • Make cards flippable
  • Maybe use translate3d for even better performance, but make that temporary because of the smoothing issue

About

HTML5 Deck of Cards

https://pakastin.github.io/deck-of-cards

License:MIT License


Languages

Language:JavaScript 87.9%Language:HTML 6.7%Language:CSS 5.4%