alonextou / deck-of-cards

HTML5 Deck of Cards

Home Page:http://deck-of-cards.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Deck of Cards

Gitter

Pure vanilla JS – no dependencies.

http://deck-of-cards.js.org

where's what?

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

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

example/ - http://deck-of-cards.js.org

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

http://deck-of-cards.js.org

License:MIT License


Languages

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