Pokemon C# Console Game
Project Overview
Me and one other programmer created a text-based Pokemon game to be played on the console application. Players embark on a journey where they choose a starter pokemon(Squirtle, Charmander or Bulbasaur), engage in turn-based battles against enemy pokemon and progress thorugh the story until they reach the boss battle. This project helped me practice both my object-oritented programming principles as well as collaborative programming.
Project Info
- Project: VFS Project
- Role: Programmer
- Programming Languages: C#
Responsibilities
- Object-Oriented Design
- Implementation of inheritance with base pokemon class
- Turn Based Combat System
- Progression System
- Error and user input validation
- Console UI using ASCII art and formatting