https://github.com/scriptraccoon/accessible-tic-tac-toe
How to make a basic "Tic Tac Toe" game accessible
https://github.com/scriptraccoon/accessible-tic-tac-toe
Last synced: 8 months ago
JSON representation
How to make a basic "Tic Tac Toe" game accessible
- Host: GitHub
- URL: https://github.com/scriptraccoon/accessible-tic-tac-toe
- Owner: ScriptRaccoon
- License: mit
- Created: 2023-08-29T20:35:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:02:10.000Z (over 2 years ago)
- Last Synced: 2025-03-03T03:17:27.725Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://accessible-tic-tac-toe.netlify.app/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessible Tic Tac Toe game
This repository contains two basic Tic Tac Toe games. The one in the subfolder "inaccessible_version" is not accessible. Several issues are indicated via comments in the HTML, the CSS and the JS files. These issues are resolved in the accessible version that can be found in the folder "accessible_version". The result is a game that is accessible via keyboard navigation and screen readers.
Demo: https://accessible-tic-tac-toe.netlify.app/