- A very simple console based pokemon journal
- This system is built to record the journal of hunters
- A more organized structure project from this repo
git clone
using the HTTPS or
git clone https://github.com/EugeneYo/Pokemon-Journal.git
- Direct download the project as a zip file then extract it.
- After the project is downloaded or cloned, go into the project root directory
- run the following command
.\build.bat
- This will allow the g++ compiler to compile the whole project into a
Pokemon.exe
- After the compilation is complete, a
Pokemon.exe
will appear at the root of the project
- Data are stored in txt file at
{root}/data/Hunters.txt
- The arrangement of the data are fixed (zero flexibility)
- This was made with the purpose of learning C++ programming language