Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarne/tapper
🖱 A fast, web-based clicking game
https://github.com/jarne/tapper
browser clicking fast game speed tap
Last synced: 14 days ago
JSON representation
🖱 A fast, web-based clicking game
- Host: GitHub
- URL: https://github.com/jarne/tapper
- Owner: jarne
- License: mit
- Created: 2019-09-03T10:45:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T18:45:56.000Z (10 months ago)
- Last Synced: 2024-11-01T14:21:14.653Z (2 months ago)
- Topics: browser, clicking, fast, game, speed, tap
- Language: JavaScript
- Homepage: https://tapper.wayspace.net
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tapper
A fast, web-based clicking game
##
[Description](#-description) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)
## 📙 Description
Tapper is a very simple web-based clicking game.
The goal is to press the space key of your keyboard as fast as possible,
and it shows you a rank depending on how fast you are.Here's a screenshot of the page:
## 🖥 Usage
Clone the repository and install the dependencies using:
```
$ yarn install
```Then run this command to build the web app:
```
$ yarn build
```The built website will be available in the `dist`-folder, just open the `index.html`-file in your browser or upload the files to a web server.
## 🙋 Contribution
Contributions are always very welcome! It's completely equally if you're a beginner or a more experienced developer.
Thanks for your interest 🎉👍!
## 👨⚖️ License
[MIT](https://github.com/jarne/Tapper/blob/master/LICENSE)