Skip to content

A dynamic typing speed game inspired by Monkeytype and developed based on @mattcroat's tutorial

Notifications You must be signed in to change notification settings

GeoGeorgeous/typing

Repository files navigation

RoboTyping

Robo Typing is a game that measures your typing speed similar to Monkeytype and it's based on tutorial by joyofcode (@mattcroat).


🚀 See deployment

Installation

git clone https://github.com/GeoGeorgeous/typing.git typing && cd typing && npm i && npm run dev

Built With

  • SvelteKit
  • SASS
  • TypeScript

Todos:

  • The caret should animate when it moves to the next word
  • User can start a game on accident by pressing any key - make sure the input is a letter
  • Light / Dark themes
  • Break the code into components (you can use Svelte component events and I wrote a Svelte state management guide if you need help)
  • The input can lose focus if you press a random key, so make sure you keep track of the focus and improve that experience for the player
  • Figure out how to edit previous letters for the current word by listening for the Backspace key and changing letterIndex
  • Many languages support

About

A dynamic typing speed game inspired by Monkeytype and developed based on @mattcroat's tutorial

Resources

Stars

Watchers

Forks