Tota11ylost ― the escape game that aims to offer you an immersive experience, raising your awareness of the challenges faced by people with digital disabilities

You will be immersed in a scenario, in which you will play as a character with different deficiencies with each new step taken. You will have to solve the puzzles and challenges one by one, overcome obstacles related to accessibility and ergonomics to advance in the game. It’s up to you to get out of it, alone or in a group, against these difficulties!

The game is available in English, French and Spanish, and the source code is available on GitHub (https://github.com/Orange-OpenSource/Tota11ylost) under the GNU Affero General Public License 3.

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 month ago

    Unfortunately, the language links are JavaScript links, not href/URL links, so I can’t link them. I don’t even see JS event handlers on the individual items. lol

    Maybe that’s the first “digital disability escape game” challenge? /s

    • Pierre-Yves Lapersonne@programming.devOPM
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      29 days ago

      What do you mean? Having a quick look in the source code shows that the three languages items are plain HTML hyperlinks. I am not used to front web development, could you bring more details please?

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        28 days ago

        The link in your screenshot links to #. That’s not a share-able languaged link. And I suspect all three have that same href?

        The only semantically correct reason to link to # is to jump to the top without JavaScript scroll functions.

        Links with JavaScript functionality using a <a with href # is a relatively common misuse.