Re: new feature: random game
The way I started doing "random" AI opponents is through random number generator. I pick the nation I'm going to play, decide how many opponents I'd like to have and what their difficulty is going to be, and then have it generate that many random numbers from 1 to 16. It works, to a point.
|