Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alenros/fake-artist
A player aid for A Fake Artist Goes to New York that eliminates the need for a Question master and lets everyone participate.
https://github.com/alenros/fake-artist
fake-artist game hacktoberfest multiplayer tabletop-games webapp
Last synced: 2 months ago
JSON representation
A player aid for A Fake Artist Goes to New York that eliminates the need for a Question master and lets everyone participate.
- Host: GitHub
- URL: https://github.com/alenros/fake-artist
- Owner: alenros
- License: unlicense
- Created: 2018-04-30T08:34:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T20:04:08.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:52:21.679Z (5 months ago)
- Topics: fake-artist, game, hacktoberfest, multiplayer, tabletop-games, webapp
- Language: JavaScript
- Homepage: https://fake-artist.herokuapp.com
- Size: 795 KB
- Stars: 26
- Watchers: 2
- Forks: 10
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - alenros/fake-artist - A player aid for A Fake Artist Goes to New York that eliminates the need for a Question master and lets everyone participate. (JavaScript)
README
[![Build status](https://ci.appveyor.com/api/projects/status/307724t5l4nahrm7?svg=true)](https://ci.appveyor.com/project/alenros/fake-artist)
# A Fake Artist Goes to New York
![Logo](public/img/logo-en.png)This player aid for A Fake Artist Goes to New York eliminates the need for a Question master and lets everyone participate.
It is based on [Evan Brumley's](https://github.com/evanbrumley) Spyfall game.
The original boardgame at BoardGameGeek: https://boardgamegeek.com/boardgame/135779/fake-artist-goes-new-york
# Running Your Copy
Feel free to contact me if you want help running your own instance. I have more detailed explnation of how to deploy the app in the works.First step - clone this repo.
Install Meteor by running:
`curl https://install.meteor.com/ | sh`Set the following to workaround the expired Meteor SSL certificate:
`export NODE_TLS_REJECT_UNAUTHORIZED=0`If you want to use your own MongoDB set environment variable:
`export DB_URI=mongodb+srv://your_mongo_instance`Set the URL of your applciation:
`export ROOT_URL=https://your-url.com`And finally run the following in the directory you have clone the repository:
`meteor`To choose a port for your application use the following:
`meteor --port 3000`# Translation
The translation has two parts: the user interface and the words list.
The words lists are in the \lib\ directory. to add a new wordlist you should add it in main.js in the getRandomWordAndCategory();
The UI translations are in the \i18n\ directory. To add a new UI translation simply copy the English (en.i18n.json), rename the file prefix with the language code you want to translate
and change the translated strings on the right side.# Credits
I can code but can't draw, so all the art of the game come from the artists of [The Noun Project](https://thenounproject.com/)
Art by Will Deskins from the Noun Project
Fake Mustache by Claire Jones from the Noun Project
Salvador Dali by Simon Child from the Noun ProjectTranslators:
* [Johannes Fischer](https://github.com/JohannesFischer)
* [Raphael Alexio](https://github.com/raphaelaleixo)
* [Francesco T](https://www.boardgamegeek.com/user/omnigod)
* [Camilo Sampedro](https://github.com/camilosampedro)
* [Fabio Barbero](https://fabiobarbero.eu)