https://github.com/truongd3/3_mongol_invasion
https://github.com/truongd3/3_mongol_invasion
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/truongd3/3_mongol_invasion
- Owner: truongd3
- Created: 2022-04-28T14:56:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T04:29:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T02:32:02.106Z (5 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.