Skip to content

naveenk2k/Type-Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Type-Attack 💻

A beginner friendly introduction to professional touch-typing through a fun game!

Type Attack is an engaging way to sharpen your typing skills through game-based learning. The set up of the game is as follow:

  • Randomly generated words move across the screen from left to right. ➡️
  • The user has to type a word and hit 'enter' before it reaches the right edge of the screen. 🔤
  • The speed at which the words move will increase gradually. ⏩

Technical Details:

  • To move the text across the screen and for other visual elements, we will use the 'ncurses.h' library.
  • We will use an array of structures to store the words.
  • An efficient string matching algorithm will be employed to check which words have been entered by the user.
  • Using the data gathered from the game, we can estimate the user's words per minute (WPM) so they can keep track of their progress.
  • Further, an additional proposal is to have a leaderboard of the best times / WPMs achieved. This can be done using files to store data.

About

A touch-typing game written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages