passpigs

simple pass the pigs strategy
git clone https://a3nm.net/git/passpigs/
Log | Files | Refs

commit 114178b116f233bd5c553869d23a7a686b9708bd
parent c251196fb4110f6ce3627dd4fb768262980cc4ae
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu,  4 Apr 2024 15:41:32 +0200

fix link

Diffstat:
main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -4,7 +4,7 @@ // (not related to pass the pigs, all trademarks property of respective owners) // related work (probably better): -// http://daynebatten.com/2015/10/optimal-pass-the-pigs-strategy-two/ +// https://web.archive.org/web/20211206052308/http://daynebatten.com/2015/10/optimal-pass-the-pigs-strategy-two/ // hack: approximate cochon nul as 1 point // to avoid bothering with recursive markov chains