Question: Using C++ Create a typing tutor. Ten letters at a time will descend from the top. Everytime a player presses the correct letter, that letter
Using C++
Create a typing tutor. Ten letters at a time will descend from the top. Everytime a player presses the correct letter, that letter will disappear, incrementing players score. Each letter that reaches the bottom of the screen increments the missed score. The game exits when the player presses Escape key, printing the players score the missed score. This video illustrates how the system will be used.
Implementation details
Youll have to use the ncurses library for this program. This means that you will need to compile the code as
follows: g++ typing.cpp -lncurses.
Information about ncurses library is available at http://www.cs.ukzn.ac.za/~hughm/os/notes/ncurses.html.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
