|
Space Type 1.0
A retro typing trainer, test and game set in space
|
Created functions for this application. More...
#include <string.h>#include "spacetype_functions.h"

Functions | |
| void | remove_firstletter (char word[]) |
| Removes the first letter of the word sent. | |
| void | draw_background () |
| Draws background in all modes. | |
| void | reset_counter () |
| resets variables for required statistics | |
| void | pause_screen () |
| Creates a pause menu. | |
| void | keyboard_highlight (char a) |
| hightlights requried letter | |
| void | tutorial_screen () |
| Shows a tutorial screeen for touch typing. | |
Created functions for this application.
| void draw_background | ( | ) |
Draws background in all modes.
Draws the infinitely scrolling space background with moving planets.
| void keyboard_highlight | ( | char | a | ) |
hightlights requried letter
the key you need to press in the keyboard for Train mode
| a | the letter which needs to be highlighted |
| void pause_screen | ( | ) |
Creates a pause menu.
a pause menu when called. Has options to either resume the game or return back to main menu
| void remove_firstletter | ( | char | word[] | ) |
Removes the first letter of the word sent.
| word[] | the word sent to have its first letter removed |
| void reset_counter | ( | ) |
resets variables for required statistics
all the variables like score, fastestword, slowest word, etc. that are used to calculate statistics during word practice and Game mode
| void tutorial_screen | ( | ) |
Shows a tutorial screeen for touch typing.
Shows the touch typing finger placement in keyboard when Help button is pressed in main menu
