home · contact · privacy
Added diagonal movement, with a 1.4 penalty.
[plomrogue] / README
diff --git a/README b/README
index 722ce9d613d249a81bbae4afcd8fc7a77f886885..71067697a24c28630c75f949a9d6e43ee3f56a48 100644 (file)
--- a/README
+++ b/README
@@ -16,6 +16,9 @@ Enemies' AI is very dumb so far: Each turn, they try to move towards their
 path-wise nearest enemy. If no enemy is found in their surroundings, they just
 wait.
 
+Note that diagonal movement is possible, but takes (40%) longer than orthogonal
+movement.
+
 Once you start a new world, every move of yours is recorded in a file called
 "record". Once you re-start the game, all of your previous moves are replayed
 automatically up to the point wherere you left the game. To start over in a new