An open API service indexing awesome lists of open source software.

https://github.com/truongd3/3_mongol_invasion


https://github.com/truongd3/3_mongol_invasion

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# 1st Mongol Invasion of Vietnam
In history, Mongol army has invaded Vietnam for three times in total. I built a simulation of 3 resistance battles between Vietnam and Mongol army in C++. And this is the 1st project of Mongol invasion in the series.
> The problem is created by *Ho Chi Minh University of Technology, Vietnam*.

## How I built it
This project has been built with a lot of consideration to imitate real-life ware to programming langauge, using:
- C++
- fstream
- if-else logical statement

## Getting started
### Requirements
1. Clone the repository.
2. Open the `main.cpp` file to run the program.
3. You can edit the `testcase.txt` file so it matches the problem's requirements.
### Optional
You can add new testcase file and change the file's name (or address) in the `main.cpp` file.