A simple ASCII Pokemon game that demonstrates the principles of objected oriented programming.
The user interacts with the game by inputting commands (letters) shown below:
All the `.c` files and `.h` including the makefiles are found in the `codefiles` subfolder. Build the executable using the provided makefile.