Skip to content

CodeCorp/Voizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voizzle : A Voice Enabled Multiplayer Word Puzzle

game version npm version

For people who enjoy playing word puzzles but are too lazy to move their hands to mark the words.

Screenshot

Watch the video demonstration at https://youtu.be/pgmWMjx2ReY

##Requirements

  • npm (latest)
  • node (latest)

Also, the clients need to play the game in Google Chrome Browser. We do not support any other browsers at the moment.

The Game is best viewed on full screen. (Press F11 for toggling full screen)

##Installation

git clone https://github.com/CodeCorp/Voizzle.git
cd Voizzle
npm install
node server.js

Note: The app runs on https.

##Game Play To start a new game press New Game button after entering the puzzle number in the text field beside the New Game button.

Press the speak button to start when you're ready to speak. The animation in the text field denotes when the app is listening.

The clients are randomly alloted a color (yellow/green) and the alloted color is highlighted in the score board on the top right.

The game begins after you press the New Game button and the timer in the right side starts. Speak a word while the app is listening and watch it get highlighted in the puzzle with the colour alloted to you while your opponents words are highlighted with a different colour.

The aim is to find maximum number of words before the timer ends.

Note: The game is presently configured to support 2 players but the limit can be increased quite easily.

Cheat: If your word is not getting recognised because of the pronunciation, you can speak phrase containing that word. For example, if you speak 'ate' the game may recognise it as '8' or 'eight', so instead try speaking a phrase like "I 'ate' an apple".Hence the app will search for all the words in the phrase namely 'I','ate','an','apple' which includes the required word 'ate'.

##Contributors

##License Voizzle is licensed under the MIT License