Space Type 1.0
A retro typing trainer, test and game set in space
Loading...
Searching...
No Matches
spacetype_game.h
1#include <raylib.h>
2
3void game();
4void text_mover(Vector2 *wordPos, Rectangle playerPos, Vector2 gap, float time);
Vector2 gap
Shortest distance between word and spaceship*‍/.
Definition: spacetype_game.c:24
void text_mover(Vector2 *, Rectangle, Vector2, float)
Moves the word toward the player.
Definition: spacetype_game.c:347
void game()
main function for game mode
Definition: spacetype_game.c:76
Vector2 wordPos
position of word as it falls down
Definition: spacetype_game.c:25