A Space Combat Game, Based On The First (popular) Computer Game!
Go to file
Barra Ó Catháin 86bc0390d6 Moved all functions to header files
It's all inline. Why? Well, all of them are basically called constantly, may as well inline them.
Massive binary, but why not? You have some RAM.
2023-03-20 16:48:50 +00:00
Images Added haptics. 2023-03-20 14:44:37 +00:00
Spacewar-Client.c Added multiplayer input and began cleanup 2023-03-20 14:51:43 +00:00
Spacewar.c Moved all functions to header files 2023-03-20 16:48:50 +00:00
spacewarGraphics.h Moved all functions to header files 2023-03-20 16:48:50 +00:00
spacewarPlayer.h Moved all functions to header files 2023-03-20 16:48:50 +00:00
xyVector.h Added multiplayer input and began cleanup 2023-03-20 14:51:43 +00:00