Skip to content

Using SFML and OpenGL to create a 2D Space Invader type game!

Notifications You must be signed in to change notification settings

ryan95f/sfml-space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Space Invaders

Using SFML, OpenGL and Box2D to create a 2D Space Invader game!

Setting up the Project

Project was developed using Visual Studio 2017 with Visual Studio Package Manager (vcpkng).

To install the Visual Studio Package Manager, go to: https://github.com/microsoft/vcpkg

You will need to install the following packages with vcpkng:

.\vcpkng install sfml
.\vcpkng install box2d
.\vcpkng install glm
.\vcpkng install glew
.\vcpkng install freetype
.\vcpkng install soil

Game Controls

  • A - Move left
  • D - Move right
  • R - Reload
  • Space bar - Fire

About

Using SFML and OpenGL to create a 2D Space Invader type game!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published