Computer Science Canada [HELP] create a typing program |
Author: | yuhongjia [ Sun Nov 16, 2014 3:00 pm ] | ||
Post subject: | [HELP] create a typing program | ||
Typing Practice Game I am trying to create a typing program that has letters falling from the top of the screen. The user has to type the letter correctly before it reaches the bottom of the screen. When the letter is typed correctly, a new letter appears at the top. The game ends when the user types the wrong letter or if the letter reaches the bottom of the screen, and it displays score at the end of the game. I use "chr" and make the random letter appear on the screen, but I don't know how to make it fall from top of the screen.
|