iyarashii / PkmnCalcWinForms

Simple winforms app created as a way to learn winforms. This app shows damage multipliers that affect defending pokemon. It uses the same library as PkmnCalcWPF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PkmnCalcWinForms

Working app image
Simple winforms app created as a way to learn winforms. This app shows damage multipliers that affect defending pokemon. It uses the same library as PkmnCalcWPF.
After selecting types and hitting the Show damage taken button it displays every possible attacking pokemon type and a multiplier of its damage. The list of multipliers and types is sorted by the dmg multiplier from highest to lowest by default.
There are 4 ways of sorting available: by the Type alphabetically (ascending and descending) and by the Damage multiplier value (ascending and descending).

Screenshots

  1. Initial app window:
    Initial app window image
  2. App window after selecting types and clicking the Show damage taken button: Working app image

About

Simple winforms app created as a way to learn winforms. This app shows damage multipliers that affect defending pokemon. It uses the same library as PkmnCalcWPF.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%