Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.31 KB

COS_214_Project

Code breakers

Introduction

This project was done for a module called Software Modelling (COS 214). This project is meant to strengthen our knowledge of design patterns. On completion of this project, we should be able to say with conviction that we as a group have completed a relatively large project and have experience of working in a relatively large design and development team.

We broke the Spacex and Starlink simulation into 4 subsystems, namely Falcon rockets, Dragon spacecraft, Starlink Satellites and Launch simulator. We combined the first three subsystems in the last subsystem “Launch Simulator”. A breakdown of these subsystems is listed in the project report PROJECT REPORT.

How to run

  • Locate yourself to the System folder that is in the root directory
  • Run the makefile with the following commands:
make

make run

Contributors