Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 539 Bytes

File metadata and controls

18 lines (12 loc) · 539 Bytes

C++ Galaga

Galaga game implemented using C++

Environment used for development:

  • OS: Linux Ubuntu 16.04 (xenial)

  • IDE: Code::Blocks 16.01

  • g++ 5.4.0 with -std=c++11

  • SDL 2.0.4 + extensions: SDL_image, SDL_ttf and SDL_mixer (from default package manager)

  • SFML 2.3.2 (from default package manager)

  • olcPixelGameEngine (https://github.com/OneLoneCoder/olcPixelGameEngine)