very early prototype of a spaceshooter in SFML
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
noerw 2fdaf22ed3 fixup! implement pause state 7 years ago
img start implementing background 7 years ago
.clang-format create style file 7 years ago
.gitignore change output to game.bin so it can be ignored 7 years ago
Audiowide-Regular.ttf implement menu 7 years ago
Audiowide-Regular_OFL.txt implement menu 7 years ago
IDEAS.md add stub for Level 7 years ago
Makefile add stub for Level 7 years ago
background.cpp move gameView to Game, add Game:handleKey, cleanup 7 years ago
background.hpp remove onevent from background 7 years ago
game.cpp fixup! implement pause state 7 years ago
game.hpp implement pause state 7 years ago
level.cpp make level fade away with timer 7 years ago
level.hpp make level fade away with timer 7 years ago
main.cpp fixup! implement pause state 7 years ago
main.hpp fix build, change namespace, reorder init 7 years ago
mainmenu.cpp Player as direct subclass from CircleShape 7 years ago
mainmenu.hpp move gameView to Game, add Game:handleKey, cleanup 7 years ago
player.cpp Player as direct subclass from CircleShape 7 years ago
player.hpp Player as direct subclass from CircleShape 7 years ago
random.hpp add stub for Level 7 years ago
vec2util.hpp add stub for Level 7 years ago