/spyfall

Simple website implementation of the card game Spyfall

Primary LanguageJavaScriptMIT LicenseMIT

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