This commit is contained in:
2024-03-05 14:58:36 -08:00
parent e8614dd29f
commit 89aba4f930
3 changed files with 15 additions and 11 deletions

View File

@@ -23,6 +23,6 @@ As always, run this project with `cargo run`. The app takes one argument by defa
- `chase`: Play against a simple extremum-chasing agent (easy)
- `diffuse`: Play against a slightly more intellegent extremum chaser (medium)
For example, `cargo run -- random` will play a game against a random player.
For example, `cargo run -- random` will play a game against a random player. Use your arrow keys and space bar to play the game.
Additional options are available, see `cargo run -- --help`.