GithubHelp home page GithubHelp logo

naereen / free-dictionnaries-for-pictionnary Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 444 KB

A small project that gives a list of words to use when playing Pictionnary (so far only in French), under a MIT license

Home Page: https://naereen.github.io/Free-dictionnaries-for-Pictionnary/

License: MIT License

Makefile 0.21% CSS 90.72% HTML 7.78% JavaScript 1.30%
pictionnary webapp skribbl draw guess-the-word francais mit-license

free-dictionnaries-for-pictionnary's Introduction

Free dictionnaries to play with Pictionnary

This project gives a few lists of words (so far, only in 🇬🇧🇺🇸 English and 🇫🇷 French), to be used when playing Pictionnary.

What's Pictionnary? page Wikipédia en français, Wikipédia page in English

🇫🇷 Pictionary est un jeu de société dont le but est de faire deviner un mot, une expression ou une idée à son partenaire dans un temps limité, à l'aide d'un dessin. Le nom est une contraction des mots anglais picture et dictionary.

🇬🇧🇺🇸 Pictionary is a charades-inspired word-guessing game invented by Robert Angel with graphic design by Gary Everson and first published in 1985 by Angel Games Inc. The game is played in teams with players trying to identify specific words from their teammates.


GIF of a demo of a tiny webpage to select a random word

TODO cf ce ticket #14


Librairie TypeScript ou JavaScript pour choisir un mot aléatoire ?

Voir ce fichier (work in progress).

TODO cf ce ticket #15


🇫🇷 En français

Regardez ce fichier : dist/dictionnaire_pictionnary_francais.txt.

Exemple de 10 mots : terre, climatiseur, guidon, balai, crier, télévision, banque, chasse, gel, linge.

Contribuer ?

Sources ?

🇬🇧🇺🇸 In English - TODO

See this file: dist/dictionnary_pictionnary_english.txt.

Example of 10 words: TODO

Contribute?

  • Do you want to add a few words? Please open a pull-request
  • Do you want to delete a few words? Please do the same!
  • Do you want to add a list of domain-specific words? (see this example of words from Star Trek) Please do the same!

Sources?


📜 License ? GitHub license

This repository are published under the terms of the MIT License (file LICENSE.txt). © Lilian Besson, 2020-21.

Maintenance Ask Me Anything ! Analytics

ForTheBadge uses-badges ForTheBadge uses-git

ForTheBadge built-with-science

free-dictionnaries-for-pictionnary's People

Contributors

naereen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

free-dictionnaries-for-pictionnary's Issues

Ecrire une page web minimaliste qui permette de choisir un mot aléatoire

  • Première version super simple avec liste de mot écrite en dur dans un .js
  • Lire les mots depuis un .txt dans le même dossier
  • Ajouter des boutons pour activer/désactiver les listes optionnelles (ex Star Wars, Star Trek etc)
  • Vérifier que la page a un design responsive
  • Une version française, une version anglaise
  • Faire une appli mobile native ? (avec Apache Cordova ou Electron)
  • Faire une appli bureau native ? (avec Apache Cordova ou Electron)

Garder les différentes listes de mots dans des fichiers séparés, écrire un script qui "compile" un seul gros dictionnaire

Avec des listes de mots venant de différents types de mots (personne, objets, action, difficile, défi) et de différents univers (ex Star Wars, Star Trek, Marvel etc), ce serait mieux de les garder dans des fichiers séparés (par exemple dans le dossier src/) et de compiler automatiquement une liste (unique, triée) dans le dossier dist/.

  • C'est une ligne de bash :
$ cat src/*_francais.txt | sort | uniq > dict/dictionnaire_pictionnary_francais.txt
  • Ajouter dans le Makefile :
$ make compile_fr
$ make compile_en

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.