An incomplete Bullet hell shooter game made in C++ and SFML
  • C++ 99.1%
  • Makefile 0.9%
Find a file
inugami-dev64 0262863e62 Remove junk
2024-03-02 21:56:15 +02:00
aes128cbc Code improvements 2020-07-12 20:20:43 +03:00
res Remove junk 2024-03-02 21:56:15 +02:00
src Update main.cpp 2020-07-12 20:26:51 +03:00
.gitignore Remove junk 2024-03-02 21:56:15 +02:00
GAMEDATA Remove junk 2024-03-02 21:56:15 +02:00
Makefile Fix makefile 2021-02-12 12:25:02 +02:00
README.md Update README.md 2022-07-24 16:03:14 +03:00

project_gemu

Bullet hell shooter made with SFML!

Building the game!

Make sure that libsfml package is installed!

sudo apt install libsfml-dev

Build the game using make

$ make

Finally run the game

$ ./gemu

alt text