|
Space Type 1.0
A retro typing trainer, test and game set in space
|
Main application file of Space Type. More...
#include "spacetype_game.h"#include "spacetype_game.c"#include "spacetype_train.h"#include "spacetype_train.c"#include "spacetype_test.h"#include "spacetype_test.c"
Functions | |
| int | main () |
| Main function of the application. | |
| void | draw_menu () |
| Draws main menu for the application. | |
Main application file of Space Type.
retro-interface typing trainer and game to help boost your typing speed. This project takes its inspration from Typeshala, Ztype and aims for the feels similar to retro-console space games like Space Invadors. SPDX-License-Identifier: LGPL-2.1-or-later
| void draw_menu | ( | ) |
Draws main menu for the application.
Draws the main menu of the application by loading the cockpitTexture with mouse control for navigation. Has indicators for hover and mouse click calls the respective function associated with the menu entry.

| int main | ( | ) |
Main function of the application.
Initializes Screen and audio device. Loads music, fonts and textures. Plays the music, calls the respective function to draw the background and menu.
