From 3e3a234deaded6d6037a49ae5ed630e3bc1c4fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aliwa?= Date: Mon, 20 Jan 2020 18:54:31 +0100 Subject: [PATCH] Update README.md fix2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aee34c3..944f026 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Cat can use breadth-first search algorithm or A* to find shortest path to escape | A* | BFS | |--------|-------| |![](android/res/chat_astar.gif) | ![](android/res/chat_bfs.gif)| + There are option to undo turn but it can be use only once per move.