Page 1 of 1

any one know how to make computer player

Posted: Sat Mar 13, 2010 5:21 am
by reececlarke
hi i am makeing a new game called monoply and i was wandering if any one knew how to make computer players if you do please replay thanks

Re: any one know how to make computer player

Posted: Sat Mar 13, 2010 6:41 am
by CodenStuff
Hello,

It depends on the type of game but seen as its monopoly you could control the computer players and use random functions.

For example when its the computers turn just use your dice randomiser and then move your computer player that amount of spaces. Do the same for when the computer needs to pickup a card or build propertie and stuff like that, just use random functions to decide what the computer player is going to do. It may not be easy to do with monopoly but thats the way I would go.

Hope that helps cooll;

Re: any one know how to make computer player

Posted: Sat Mar 13, 2010 3:19 pm
by reececlarke
thanks i see what you are saying

Re: any one know how to make computer player

Posted: Mon Mar 15, 2010 12:19 am
by Miutubevids
CodenStuff wrote:
Hello,

It depends on the type of game but seen as its monopoly you could control the computer players and use random functions.

For example when its the computers turn just use your dice randomiser and then move your computer player that amount of spaces. Do the same for when the computer needs to pickup a card or build propertie and stuff like that, just use random functions to decide what the computer player is going to do. It may not be easy to do with monopoly but thats the way I would go.

Hope that helps cooll;
Agreed,
I would make some things more likely like buying a property, in monopoly people usually buy a property if they land on it so you could have like a random number generated between 1 and 3 and if it is 1 or 2 it would buy and 3 it would not

Re: any one know how to make computer player

Posted: Fri Mar 26, 2010 2:44 am
by zachman61
sorry if you think this is spam but how would i do this for a button fighter like the progress bar type of fighter - how would i make a random attack for the computer?

Re: any one know how to make computer player

Posted: Fri Jul 09, 2010 4:02 pm
by nelsonxd
thanks i see what you are saying!!!!!!!!!

Re: any one know how to make computer player

Posted: Tue Jul 20, 2010 11:26 pm
by zachman61
nelsonxd wrote:
thanks i see what you are saying!!!!!!!!!
this seems like spam this is completely offtopic

Re: any one know how to make computer player

Posted: Thu Nov 04, 2010 11:19 pm
by Cheatmasterbw
you may have to create an artificial intelligence algorithm, as most video games use for computer players.