From 8edae1033b2b3674db265a1e6c0ebc1801bc3d10 Mon Sep 17 00:00:00 2001 From: Anthony Howe Date: Mon, 8 Jun 2026 12:14:19 -0400 Subject: [PATCH] Added a Thanks section and also tweaked play instructions to reflect being able to shot not just the lowest, but higher ones. --- 2025/howe/README.md | 4 ++-- 2025/howe/prog.html | 2 ++ 2025/howe/prog.md | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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