Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkerol/typer
A tower defense like typing game
https://github.com/berkerol/typer
tower-defense tower-defense-game typer typing typing-game
Last synced: 13 days ago
JSON representation
A tower defense like typing game
- Host: GitHub
- URL: https://github.com/berkerol/typer
- Owner: berkerol
- License: gpl-3.0
- Created: 2017-09-30T23:01:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T13:58:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:55:40.483Z (3 months ago)
- Topics: tower-defense, tower-defense-game, typer, typing, typing-game
- Language: JavaScript
- Homepage: https://berkerol.github.io/typer/
- Size: 38.1 KB
- Stars: 35
- Watchers: 5
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typer
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=berkerol_typer&metric=alert_status)](https://sonarcloud.io/dashboard?id=berkerol_typer)
[![CI](https://github.com/berkerol/typer/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/berkerol/typer/actions/workflows/lint.yml)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/berkerol/typer/issues)
[![semistandard](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard)
[![ECMAScript](https://img.shields.io/badge/ECMAScript-latest-brightgreen.svg)](https://www.ecma-international.org/ecma-262)
[![license](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue.svg)](https://github.com/berkerol/typer/blob/master/LICENSE)A tower defense like typing game. Characters can be case sensitive or insensitive. Wrong characters decrease the score. Click button to change case sensitivity. Pause by pressing _ESC_.
[![button](play.png)](https://berkerol.github.io/typer/typer.html)
## Continous Integration
It is setup using GitHub Actions in `.github/workflows/lint.yml`
## Contribution
Feel free to [contribute](https://github.com/berkerol/typer/issues) according to the [semistandard rules](https://github.com/Flet/semistandard) and [latest ECMAScript Specification](https://www.ecma-international.org/ecma-262).
## Distribution
You can distribute this software freely under [GNU GPL v3.0](https://github.com/berkerol/typer/blob/master/LICENSE).