diff options
author | Sven Gothel <[email protected]> | 2022-04-03 09:58:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-04-03 09:58:46 +0200 |
commit | a421bdb568576ed12a0f3e72e83d8abc165d6df9 (patch) | |
tree | ce9f2a4d04e1c7163b0a81e4a30ca127ad92b602 /README.md | |
parent | 6c1a9a0464898916d8caa77f6b42f58814745bf4 (diff) |
README: Fix Optional Deviations from the Original level for -2p mode, add -dist_manhattenv1.0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -214,7 +214,11 @@ If false, a more accurate implementation, the pacman bugfix, is used: - pinky's up-traget to be 4 ahead as intended - ... -## Second Player Mode +### Manhatten Distance +With the `-dist_manhatten` mode enabled, [see *Commandline Arguments*](#commandline-arguments) above, +the Manhatten distance function is used instead of the Euclidean default. + +### Second Player Mode With the '-2p' mode enabled, [see *Commandline Arguments*](#commandline-arguments) above, a 2nd player can control Blinky when chasing, scattering or scared. |