
One evening, in a train, I had this stupid idea of building a game for blind people.
So, it had to use sounds which makes me learn how to use Javascript audio API. Sincerely, it's easy and nice to use even if not implemented in all browser nor the same way everywhere. With a certain luck, the game I'll present here uses pretty much common methods. :)
Off with the "tecnical part", let me show you : Blind laby (temporary name ;) )
Goal of it:As any labyrinth : find the way out.
Rules:- You must go one square after another.
- Each time you enter a new square, you'll hear 4 sounds respectively from: left, top, right, bottom
- 3 possible sound: a good way, a bad way, a wall
- If chosen, the 2 lasts will end the game.
To try it :
http://nu.x10.bz/game2For now, only 2 levels and still alpha.
Add a comment