Learning how to compare sets

I am trying to create a program that uses two types (for example, pokemon), where you select two, and the computer selects two, and then there is a comparison with the one who won.

+4
source share
1 answer

Try to run Comparator ? It is super efficient.

(Of course, if it looks like Pokemon, then you might want to build it so that the computer wins more often ...)

+1
source

All Articles