Skip to content

More about the GUI and technique details of the Pokemon game.

shaCode256 edited this page Dec 28, 2020 · 1 revision

Interested about what did we use?

Note: you have a directory called "libs" which holds all of the JAR libraries we used to make our project work:

So- special thanks to them:

libs

We used JPanel and JFrames for the GUI:

#JPANEL jpanel

another_jpanel

We also used Threads to make everything run together- the time counter that counts how many seconds are left, the pokemons appearingg and dis-appearing when caught, the agents moving...

#THREADS thread_use

#JSON json_use