From a9c07abee21d3d5b614766392fea22931a6f406d Mon Sep 17 00:00:00 2001 From: "Tristan F." Date: Mon, 19 Aug 2024 23:38:43 -0400 Subject: [PATCH] docs: clarify perfect-information restriction --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 077f612..7a12fa6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ ![Crates.io](https://img.shields.io/crates/v/game-solver) [![Discord](https://img.shields.io/discord/1140401094338556009)](https://discord.gg/VjbCyaX29C) -Solve any sequential game, including: -- [Combinatorial Games](https://en.wikipedia.org/wiki/Combinatorial_game_theory) - or 2-player perfect-information games +Solve any sequential game. These are currently restricted to [Combinatorial Games](https://en.wikipedia.org/wiki/Combinatorial_game_theory) - or n-player perfect-information games. More in-depth information can be found in [the book](https://leodog896.github.io/game-solver/book).