An open API service indexing awesome lists of open source software.

https://github.com/scify/gamesfortheblind-web

gamesfortheblind.org is an online repository for games that are especially designed to be tailored to the needs of the blind, by SciFY
https://github.com/scify/gamesfortheblind-web

assistive assistive-technology blind game hacktoberfest hacktoberfest-accepted supportive

Last synced: 2 months ago
JSON representation

gamesfortheblind.org is an online repository for games that are especially designed to be tailored to the needs of the blind, by SciFY

Awesome Lists containing this project

README

        

# Games for the blind website - Download Games especially made for the blind, by SciFY!

[![GitHub Issues](https://img.shields.io/github/issues/scify/gamesfortheblind-web)](https://img.shields.io/github/issues/scify/gamesfortheblind-web)
[![GitHub Stars](https://img.shields.io/github/stars/scify/gamesfortheblind-web)](https://img.shields.io/github/stars/scify/gamesfortheblind-web)
[![GitHub forks](https://img.shields.io/github/forks/scify/gamesfortheblind-web)](https://img.shields.io/github/forks/scify/gamesfortheblind-web)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/scify)

## About the project

[gamesfortheblind.org](https://gamesfortheblind.org) is an online repository for games that are especially designed to
be tailored to the needs of the blind, by [SciFY](https://scify.org/en/project/leap-games-for-the-blind-2/)

**LEAP (Listen – LEArn – Play)** is a series of electronic games specifically designed for blind children.

* The first game, Tic-Tac-Toe, teaches the children to use the basic computer keys as well as how to navigate in an
auditory two-dimensional space.

* With Tennis, children perceive movement and speed through three-dimensional sound.

* The last game of this series, Curve, is of an educational nature and combines the skills and abilities developed in
the
two previous games to bring typical optical educational procedures into the auditory space.

## High innovation - Features

* The games were awarded at
an [international level](https://scify.org/en/news/%ce%b2%cf%81%ce%b1%ce%b2%ce%b5%cf%85%cf%83%ce%b7-%cf%83%ce%b5-%cf%80%ce%b1%ce%b3%ce%ba%cf%8c%cf%83%ce%bc%ce%b9%ce%bf-%ce%b5%cf%80%ce%af%cf%80%ce%b5%ce%b4%ce%bf-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b7-scify/)
for their innovation in accessibility support.

* Specially designed for blind children

* Utilization of binaural sound, in collaboration with the Ionian University

## Installation

This project is essentially an HTML static page, with the relevant styles and scripts, bundled together. So just fire up
a web server and browser of your choice, and open `index.html`.

## About Google Analytics

In order to initialize the file that will contain the variable for Google Analytics ID, run the following:

```bash
cp assets/js/constants.js.j2 assets/js/constants.js
```

And then replace the variables in the file with the appropriate values

## Customization

### Customizing the styles

You can add more CSS in the file `assets/css/app.css`

## Development

This is a static HTML project, so feel free to add more elements, scripts, and styles.

## FAQ

**Question:** Is this package free to use?

**Answer:** Yes. This project is totally free and developed as
an [Open-Source project](https://github.com/scify/gamesfortheblind-web).

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for general details.

### Releasing a new version

After you have committed your changes, create a new git tag:

```bash
git tag -a vx.y.z -m "This is a nice tag name"
```

Then, push the tag:

```bash
git push origin vx.y.z
```

## Credits

- [SciFY Dev Team](https://github.com/scify)

## License

The Apache Licence. Please see the [Licence File](LICENCE.md) for more information.