View Single Post
  #11  
Old November 19th, 2003, 04:04 AM

HJ HJ is offline
Second Lieutenant
 
Join Date: Sep 2003
Posts: 483
Thanks: 0
Thanked 1 Time in 1 Post
HJ is on a distinguished road
Default 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.
Reply With Quote