A typing game built for programmers. Practice typing real code, not lorem ipsum.
Code Typer is a type racing game that lets you practice with 10k+ real snippets across 9+ programming languages.
Every snippet comes from real open-source repositories, so you type actual production code with brackets, quotes and all the tiny details that make code challenging to type fast.
- Real snippets — All the code snippets are real and actively pulled from open-source repos across GitHub.
- Auto-closing — Auto-closing brackets adn quotes simulate a real code editor experience.
- IDE-like shortcuts —
Cmd/Ctrl + Backspacedeletes the line,Alt + Backspacegoes to the previous word.
Currently you can toggle between three different modes for the auto-closing.
| Mode | What happens |
|---|---|
| Full | All brackets, parenthesis, quotation marks are automatically closed when you type them and skipped when you reach them. |
| Partial | All brackets, parenthesis, quotation marks that are automatically closed when you type them, but you actually need to type the closing character (or press the right arrow!) to move past it. |
| Disabled | Nothing auto-completes, every bracket is on you. |
- Contributions are very welcome!
- Found a bug? Please open an issue with as much details as possible.
- Want to request a feature? Please open an issue so we can discuss it openly.
- Ready to open a PR? Please read CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for details.
