Orange-OpenSource / Tota11ylost

Escape game qui a pour objectif de vous offrir une expérience immersive, vous sensibilisant plus particulièrement aux défis auxquels sont confrontés les personnes en situation de handicap numérique

Home Page:https://orange-opensource.github.io/Tota11ylost/

Repository from Github https://github.comOrange-OpenSource/Tota11ylostRepository from Github https://github.comOrange-OpenSource/Tota11ylost

Tota11y Lost

Get the project files

In your workspace directory :

git clone git@github.com:Orange-OpenSource/Tota11ylost.git

Deploy it

You need to serve the project. For example :

Install Node.js (depends on your platform).

Install http-server : (in a console)

npm i -g http-server

Start the server : (in your project directory)

cd src
http-server

Display the escape game : (in your browser)

localhost:8080

Good to know

  • To use the project locally, you must copy the firebaseConfig.js file to /src.
  • If you access scores.html directly, the current score will not be saved. For it to be so, you must go to scores.html?store=true.
  • You can reduce the hint wait time to 10 seconds by adding ?debug=true to your page URL.

About

Escape game qui a pour objectif de vous offrir une expérience immersive, vous sensibilisant plus particulièrement aux défis auxquels sont confrontés les personnes en situation de handicap numérique

https://orange-opensource.github.io/Tota11ylost/

License:GNU Affero General Public License v3.0


Languages

Language:HTML 65.8%Language:JavaScript 29.3%Language:CSS 5.0%