Giter VIP home page Giter VIP logo

motusjs's Introduction

motusJS

Le fameux jeu Motus de FranceTélévision en JavaScript

Installation

Règles

Pour les règles complètes, voir ce lien: [https://fr.wikipedia.org/wiki/Motus_%28jeu_t%C3%A9l%C3%A9vis%C3%A9%29#R%C3%A8gles_du_jeu]

Fonctionnement

Raccourcis clavier

  • Validation du mot avec la touche Entrer

  • Suppression de la lettre avec la touche Effacer ()

  • Nouvelle ligne avec la touche & / 1

  • Lettre bonus avec la touche é / 2

  • Suppression de la ligne avec la touche " / 3

  • Remplacement de la ligne avec la touche ' / 4

  • Changement d'équipe ayant la main ( / 5

  • Changement de grile - / 6

  • Nouveau mot avec la touche ç ou 9

  • Affichage du mot avec la touche à ou 0

  • Son du temps écoulé avec la touche $ (¤)

Crédits et Inspiration

motusjs's People

Contributors

difabiolorenzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

motusjs's Issues

La touche "guillemets" (3 du clavier) fait buguer le jeu

Il est possible de faire buguer le jeu en appuyant sur la touche 4 du clavier pour entamer l'affichage du mot. Cependant, le bruit se lance en boucle.

Ligne 296: aucun système de vérification du nombre de lettre

else if (event.keyCode == 51) { // "
				console.log('Touche é (3)');
				solutionInterval = setInterval(function() {affichageSolution()}, timer);
			}

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.