diff --git a/2025/howe/README.md b/2025/howe/README.md index 82e1ad00c3..e2f9d7de79 100644 --- a/2025/howe/README.md +++ b/2025/howe/README.md @@ -11,7 +11,7 @@ Award: Most likely to invade ``` # Press TAB to aim: Cycles through target choices before firing - # Press ENTRY to Fire: Kill lowest matching invader + # Press ENTER to Fire: Kill matching invader # Press ^C to quit early ./prog @@ -45,7 +45,7 @@ For an ASCII only version: ``` # Press TAB to aim: Cycles through target choices before firing - # Press ENTRY to Fire: Kill lowest matching invader + # Press ENTER to Fire: Kill matching invader # Press ^C to quit early ./prog.alt diff --git a/2025/howe/prog.html b/2025/howe/prog.html index f4cee0ca75..c082245ad1 100644 --- a/2025/howe/prog.html +++ b/2025/howe/prog.html @@ -496,6 +496,8 @@

Issues

  • With tmux: Currently the only solution is to downgrade the ASCII version of the game.

  • +

    Thanks

    +

    Thanks to Thomas Cort for play testing.

    References