Voitris is a classic tetris game with two options how to play (Voice controlled and Keyboard).
Play Now here!
- Canvas
- Speech Recognition API
- Javascript
- HTML/CSS
- MongoDB
- Users will be given two options.
Users can use the default commands or input their own command words for controller.
Users can use standard keyboard for controller.
- Up(Rotate), Right, Left, Down
- Shift(Hold), Space(Drop)
Users can pause the game anytime by saying pause/play(voice) or pressing "p" or clicking the sound icon.
Users can mute and unmute the sounds by pressing "m" or clicking the sound icon.
Users can put their scores up when they have high scores.
- Basic visuals and an interactive interface.
- Player can control the game with keyboard.
- Player can control the game with voice.
- 'Game Over' when the stacked blocks reach the top.
- Learn about canvas and design the game
- Research about voice recognition API
- Finish designing canvas
- Start coding out the basic structure of the game
- Finish coding out the game structures and have the main functionality of the game done
- Start implementing the voice control
- Voice control commands
- Start designing the rest of the game, such as blocks
- Finish styling the game
- Test out the game