Skip to content

jrzanol/SpaceInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders OpenGL (Multiplayer)

A multiplayer implementation of classic Space Invaders using modern OpenGL.

For the original Single Player version, see: https://github.com/jrzanol/SpaceInvaders/tree/18316...

🛠️ Tech Stack

  • OpenGL - Rendering API
  • GLFW - Windowing and context management
  • GLEW - OpenGL extension loader
  • GLM - Mathematics library
  • Assimp - 3D model loading
  • ImGui - GUI tooling
  • STB - Image loading

🚀 Building

Important: Before compiling the main project, you must compile the Assimp library. Refer to instructions located in: assimp/Build.md

About

Multiplayer Space Invaders implemented in modern OpenGL.

Topics

Resources

Stars

Watchers

Forks

Contributors