/Galaxian

Attempt at recreating the arcade game Galaxian in C++

Primary LanguageC++MIT LicenseMIT

Galaxian

game showcase
This is my attempt at recreating the classic arcade game Galaxian in C++. This was a school project. The framework that manages graphics and input is supplied by the school.

Check this project on my portfolio

How to run it

Go to the release page to download the latest version of the game

How to build it

It is build using Visual Studio 2017. The solution file is located in proj/VS2017/. You can use the MSVC with this or open in with VS2017 and build it.