Skip to content

vanshaj-1911/Voice-Controlled-Games-For-Persons-With-Disabilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice-Controlled-Games-For-Persons-With-Disabilities

This is a project as part of the DevFest2.0 Hackathon organized by DevSoc Developers' Society,BITS Pilani,Goa Campus.

What Problems does it solve and Why?

Arcade hits like PACMAN have been enjoyed with touch and keyboard based controllers for a long time.

But Persons with disability haven't had a chance to enjoy these games to the fullest potential. Hence the Solution of "Voice based Controller using Speech Recognition" to control games like PACMAN without the need of a keyboard or physical interaction with the Computer!

How does it solve the problem?

Web based PACMAN game which can be controleld using either "WASD" movement or Voice Commands such as:

"UP" for W

"LEFT" for A

"BOTTOM" for S

"RIGHT" for D

Where - Live Demo?

https://chandradharrao.github.io/Voice-Controlled-Games-For-Persons-With-Disabilities/Games/Pacman/src/index.html

TechStack used to solve the problem:

HTML,CSS for the Visuals.

Vanilla Javascript + HTML Canvas to implement the Game Engine. No external libraries or framework.

Web Speech API inbuilt within Browsers to implement the Speech Recognition Engine. Web Speech API abstracts the native Speech Recognition Module provided by different Operating Systems.

Samples

alt text

alt text

Future Work:

Add in more classic games like Pong and other popular games like Chrome T-Rex run.

Enhance Pacman with procedural maze generation and Advanced AI behaviour.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 8.4%
  • CSS 4.6%