An open API service indexing awesome lists of open source software.

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

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/).

![Symbol Sets](https://darosh.github.io/card-game/assets/promo.svg)

## 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)