Skip to content

EugeneYo/Pokemon-Journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Journal with C++

Open in Visual Studio Code

Description

  • 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

Table of Contents

Install Instructions

  • 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

Preview

Main Menu

Main Menu

Options Available

1. Show all Hunters details

Hunters Details

2. Add New Entry Menu

Add New Entry Menu Add New Hunter

3. Delete Entry Menu

Delete Entry Menu Delete A Pokemon From Selected Hunter

4. Search Hunters Menu

Search Hunters Menu Search Hunters by First Name


Data Management

  • Data are stored in txt file at {root}/data/Hunters.txt
  • The arrangement of the data are fixed (zero flexibility)

About

  • This was made with the purpose of learning C++ programming language

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published