Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 631 Bytes

File metadata and controls

35 lines (18 loc) · 631 Bytes

GALACTIC ASSAULT

Galactic Assault is a game written in c++, and built on top of SDL2.

Runs on Windows and Mac.

How to compile on Mac

Install SDL2 and SDL2 Extensions

Install SDL2 and its extensions using Homebrew:

brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer

Install GLM (OpenGL Mathematics Library)

Install GLM using Homebrew:

brew install glm

Compile the Project

Run the following command in the project's directory GalacticAssault/2DGameEngine:

make

If all goes well, run the following command:

make run

How to compile on Windows

Use Visual Studio to open:

2DGameEngine.sln