Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamludal/typospeed
⏩ Browser-based mini-game to test your keyboard typing speed.
https://github.com/iamludal/typospeed
browser-game game svelte typing-game
Last synced: 15 days ago
JSON representation
⏩ Browser-based mini-game to test your keyboard typing speed.
- Host: GitHub
- URL: https://github.com/iamludal/typospeed
- Owner: iamludal
- Created: 2019-05-28T14:43:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T22:21:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T02:40:10.839Z (7 months ago)
- Topics: browser-game, game, svelte, typing-game
- Language: Svelte
- Homepage: https://typospeed.iamludal.fr
- Size: 387 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ❓ Presentation
**Typospeed** is a browser-based minimalist game, in which you have to rewrite
words that are falling on your screen, as soon as possible!# ▶️ Run the project
Install dependencies.
```
yarn
```Run the development server.
```
yarn dev
```The game will be available on `localhost:5000`.
# 📸 Screenshots
![](assets/screenshot-home.png)
![](assets/screenshot-playground.png)
![](assets/screenshot-endscreen.png)