From d7d502cfeb8983af987840705772dc0010d631ad Mon Sep 17 00:00:00 2001 From: CarlyGerard <carlygerard@gmail.com> Date: Wed, 22 Dec 2021 09:30:02 -0800 Subject: [PATCH] add gaming resources to a11y project --- src/_data/resources.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/_data/resources.json b/src/_data/resources.json index 0cbf4b95..e924c617 100644 --- a/src/_data/resources.json +++ b/src/_data/resources.json @@ -1927,6 +1927,25 @@ ] } ], + "gaming": [ + { + "title": "Gaming Accessibility Fundamentals Learning Path", + "description": "An introductory course to accessibility in gaming and how to create inclusive gaming experiences.", + "additional": "Microsoft Xbox", + "url": "https://docs.microsoft.com/en-us/gaming/accessibility/gaf-info", + }, + { + "title": "Can I Play That?", + "description": "A centralized resource for game accessibility reviews and information.", + "url": "https://caniplaythat.com/", + }, + { + "title": "Accessible Games", + "description": "A resource for accessible player experiences and connecting with gamers with disabilities.", + "additional": "AbleGamers", + "url": "https://accessible.games/", + } + ], "additionalResources": [ { "title": "A11yjobs.com", -- GitLab