Skip to content

A top-down, endless wave survival, shooter game made using C++ and SFML.

Notifications You must be signed in to change notification settings

Avi-Rana-1718/Stranded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stranded

CPP STARS

A top-down, endless wave survival, shooter game made using C++ and SFML. No game engine was used in making the game. The game includes systems/features like

  • Asset management
  • Collision detection
  • Sound effects/Music
  • Scene management
  • Basic GUI
  • Animations

Available on itch.io

Screenshots

s1 s2 s3

Compile

Compile the project using

g++ .\main.cpp -I SFML\include\ -L SFML\lib\ -DSFML_STATIC -lsfml-main -lsfml-graphics-s -lsfml-window-s -lsfml-audio-s -lsfml-system-s -lopengl32 -lfreetype -lwinmm -lopenal32 -lflac -lvorbisenc -lvorbisfile -lvorbis -logg -lgdi32 -static-libstdc++ 

And run the executable using

./a.exe

About

A top-down, endless wave survival, shooter game made using C++ and SFML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •