Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 417 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 417 Bytes

This is a program to store data of a Pokemon game. This pokedeck takes care of pokemons card, their evolution, trainer cards and energy cards. There are 2 ways to launch this program :

  • you can use Graphic User Interface by running the Main file located in src/Graphic/Main.java, or simply use the executable pokedeck.jar,
  • you can use Terminal interface by running the Main file located in src/Terminal/Main.java.