https://github.com/vimichael/typinggame
A website for practicing your typing skills!
https://github.com/vimichael/typinggame
html-css-javascript js typing-game webdev
Last synced: 10 months ago
JSON representation
A website for practicing your typing skills!
- Host: GitHub
- URL: https://github.com/vimichael/typinggame
- Owner: vimichael
- Created: 2024-02-14T03:14:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T22:22:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T02:41:47.160Z (11 months ago)
- Topics: html-css-javascript, js, typing-game, webdev
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sphere's Typing Game
### [Link](https://minimaltypingtest.netlify.app)
___
## Features:
- Text highlighting
- Text randomizer
- Stats (WPM, Accuracy)
- Loading custom text
- Exporting Scores
- Pleasant user interface
___
## How to use
- Go to the [website](https://minimaltypingtest.netlify.app)
- Click where it says `click here!`.
- Start typing!
- Click `New` to get a new prompt, or press the `r` key when finished.
- Try toggling `Randomize` to get random versions of existing prompts.
- Load in your own prompts by clicking `Load` and providing a `.txt` file.
- The `.txt` file will be parsed into an array of strings, seperated at every instance of `\n` in the provided file.
- Got a good score? Export it to a `.txt` file with the `Export` button!