| Search For Ideas! | Add Your Idea! |
winning position generator |
![]() |
|
Short Description Of Idea: take won position and work backwards To generate strictly winnable positions in games: take any won position P(n) for player 1 and generate all positions P(n-1) leading to P(n). Since player 1 just won it was his move going from n-1 to n. To get won positions P(n-2) from P(n-1) one has to consider all moves for player 2, requiring forward search. So do full forward search from P(n-2) with some depth or time limit, generating a possibly incomplete but still useful list of won positions P(n-2). From there situation returns to that of P(n) (for a two-player game). see 'retrograde analysis' for chess. Email: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Website Contact Person: jeremy rutman Phone: 972 544234684 |
| Powered by Sigsiu.NET | |









winning position generator 
