Skip to main content
Search titles, bodies, and author names
Found 2,192 posts across 1 forum.

Connect 4 Board Evaluation Function — #1

Im programing an artificial player for connect 4, and need a good board evaluation function to start off with. For those that dont know what this is, its a function which takes in …
MacNN Games by Jsnuff1

Connect 4 Board Evaluation Function — #4

One possible function would be to go through every possible way of getting four in a row in the game, and giving a score based on how close each player is to completing that partic…
MacNN Games by Juggle5

Connect 4 Board Evaluation Function — #5

thanks much juggle, as to the other two posters no i was not looking for someone to hand me the code but a very helpful post like juggles, something you two are obviously not cabab…
MacNN Games by Jsnuff1

Connect 4 Board Evaluation Function — #6

I did a assignment just like that for ~ 2 month ago, we used the eval function described by Juggle5. You can always let to AI player play eachother with diffrent weights in the eva…
MacNN Games by geran

Connect 4 Board Evaluation Function — #7

Quote: Originally posted by Jsnuff1: thanks much juggle, as to the other two posters no i was not looking for someone to hand me the code but a very helpful post like ju…
MacNN Games by PBG4 User
mp.ls