https://github.com/darosh/card-game
Card symbol matching game and generator
https://github.com/darosh/card-game
Last synced: 2 months ago
JSON representation
Card symbol matching game and generator
- Host: GitHub
- URL: https://github.com/darosh/card-game
- Owner: darosh
- Created: 2017-01-25T19:58:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T10:47:34.000Z (over 8 years ago)
- Last Synced: 2025-01-25T16:41:57.911Z (4 months ago)
- Language: JavaScript
- Homepage: https://darosh.github.io/card-game/
- Size: 651 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Card Game
Card symbol matching hotseat single/multi player observation game and print generator.
Live version at [darosh.github.io/card-game](https://darosh.github.io/card-game/) served from this repository.
Tested with [Chrome](https://www.google.com/chrome/browser/desktop/) browser and _tablet PC_ (mobile performance is poorer with complex symbols/shapes).
Powered by [D3.js](https://d3js.org/) and [Topcoat](http://topcoat.io/).

## Features
* 9 symbol sets
* 4 _symbols × cards_ decks (_3×7, 4×13, 6×31, 8×57_)
* circular and rectangular card layout
* background, scale and rotation options
* 1 to 4 players
* 4 printable layouts with symbols overview
* scalable vector graphics and [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) export
* speaking via [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API)
* real emoji shortcuts used in _Smileys_, _Animals_ and _Food_ symbol sets, see [emoji.codes](http://emoji.codes/), for example shortcut _:panda_face:_ is _panda face_ (low dash removed) displayed as :panda_face:## To Do
* Voice recognition with [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) could be fun
* Optimization for mobile devices would be appreciated## Symbol Sets
### 1. Numbers
[Google Fonts](https://fonts.google.com/): Baloo Bhai, Cormorant Garamond, Dancing Script, Libre Baskerville, Pacifico, Righteous, Roboto.
### 2. Misc
Alphabet plus cardinal and ordinal numbers.
[Google Fonts](https://fonts.google.com/): Baloo Bhai, Cormorant Garamond, Dancing Script, Libre Baskerville, Pacifico, Righteous, Roboto.
### 3. Icons
Icons provided by [Material Design Icons](https://material.io/icons/).
### 4. Smileys
Selected top smileys via [emojitracker](http://emojitracker.com/).
Icons provided free by [EmojiOne](http://emojione.com).
### 5. Animals
Icons provided free by [EmojiOne](http://emojione.com).
### 6. Food
Icons provided free by [EmojiOne](http://emojione.com).
### 7. Flags
Icon made by Freepik from [www.flaticon.com](http://www.flaticon.com/packs/countrys-flags).
### 8. Words
Most common [words](https://en.wikipedia.org/wiki/Most_common_words_in_English).
### 9. Colors
Named [web colors](https://en.wikipedia.org/wiki/Web_colors#X11_color_names).
## License
Copyright (c) 2017 Jan Forst, [The MIT License](https://opensource.org/licenses/MIT)