Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 547 Bytes

Purpose

A Command and Conquer: Red Alert mimic developed for learning OOP style programming.

Methodology

Mainly, Blood Sweet and Tears and also C++, OpenGL and PTSD Engine.

How to run the project

Before you run the game, please be notice that the project had been only tested out on MacBook Air M1. Therefore, there might be some unknown issues on Windows machine.

  1. clone the project and open the folder in terminal
  2. run the following commad
cd build
cmake ..
make
./Sample

Authors

By 盧威任 and 杜坤瀚