Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have tried alot to formulate a chess game in excel but i couldn't so Is
there any expert to guide me so?????? Waitin' 4 ur response Thnx....In Advance JOSH IRANI |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
BxN check...Your move
"Josh Irani" wrote: I have tried alot to formulate a chess game in excel but i couldn't so Is there any expert to guide me so?????? Waitin' 4 ur response Thnx....In Advance JOSH IRANI |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using a simple alpha-beta pruning algorithm, you define an array of
positions to evaluate, and recursively update it by isolating the highest possible score for your opponent's response. Excel freezes, as it attempts in vain to assess 2^64 possible moves for each node of the decision tree. You fail, and resign in shame. On Nov 20, 12:31 pm, Charlie wrote: BxN check...Your move "Josh Irani" wrote: I have tried alot to formulate a chess game in excel but i couldn't so Is there any expert to guide me so?????? Waitin' 4 ur response Thnx....In Advance JOSH IRANI- Hide quoted text - - Show quoted text - |