shaief / spyfall

Simple website implementation of the card game Spyfall

Home Page:http://adrianocola.github.io/spyfall/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spyfall

Simple one page website implementation for the card game Spyfall

Translations

Feel free to fork this project and add new languages! Follow this steps:

  • Create a new file in the folder public/i18n based in the the file en.json
  • Translate the file (see others translations for examples)
  • Add the new locale to the languages combobox in the file public/index.html
  • Create the pull request

Running locally

    $ git clone https://github.com/adrianocola/spyfall.git
  • Enter the directory and install dependencies
    $ cd spyfall
    $ npm install
  • Run
    $ node app.js

About

Simple website implementation of the card game Spyfall

http://adrianocola.github.io/spyfall/

License:MIT License


Languages

Language:JavaScript 68.6%Language:HTML 26.2%Language:CSS 5.1%