https://github.com/rpotter12/speed-up
A python game to check your typing speed.
https://github.com/rpotter12/speed-up
game python3 typing-game typingspeedtest
Last synced: over 1 year ago
JSON representation
A python game to check your typing speed.
- Host: GitHub
- URL: https://github.com/rpotter12/speed-up
- Owner: rpotter12
- License: mit
- Created: 2018-12-16T06:19:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T21:20:22.000Z (over 7 years ago)
- Last Synced: 2025-01-26T12:41:25.795Z (over 1 year ago)
- Topics: game, python3, typing-game, typingspeedtest
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speed-up
A python game to check your typing speed.
## Game Description
- 60 seconds game
- get new word after pressing `enter`
- shows words per minute after 60 seconds.
## How to run the game
- `git clone https://github.com/rpotter12/speed-up`
- `cd speed-up`
- `python3 test.py`
## Contributing
- Want to contribute to [speed-up](https://github.com/rpotter12/speed-up)?
We are happy to have you!
- Here is a basic outline on opening issues and making PRs:
## Opening Issues
- Search for your problem in the
[issues section](https://github.com/rpotter12/speed-up/issues)
before opening a new ticket. It might be already answered and save both you and us time. :smile:
- Provide as much information as possible when opening your ticket, including any relevant examples (if any).
- If you think your question is naive or something and you can't find anything related,
don't feel bad. Open an issue any way!
## Making Pull Requests
- Look up for open issues and see if you can help out there.
- When making a PR, point it to the [master branch](https://github.com/rpotter12/speed-up/tree/master)
unless mentioned otherwise.
- If you are planning to work on something big, let us know through an issue. So we can discuss more about it.
- Lastly, please don't hesitate to ask if you have any questions!
Let us know (through an issue) if you are facing any trouble making a PR, we'd be glad to help you out!
(If you like the project, support us by staring the project)