Space Killer will make sure that your space bar key is being properly destroyed. Can you beat your high-score before your keyboard falls apart?!
This is an entry to the first Hopson game jam with the theme 'Space'. The game idea itself originates from a silly Visual Basic application I wrote like 15+ years ago - good old times.
- Press
space
to begin - Press
space
to increase the counter - Get the highest score before the timer runs out
- Press
ESC
to reset the game
Use CMake to build Space Killer and it will automatically build SFML for you!
cmake -S . -B build
cmake --build build
main.cpp
holds all the game logicTenStamps.hpp
holds the embedded data of the font TenStamps by GeoffIcon.hpp
hold the embedded data of the window icon
- SFML - Window and graphics rendering
- PhotoFiltre 7 - Creating the window icon
- Visual Studio 2022 - Code editing
- xxd - Converting the binary data to a C array