Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2025/howe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Award: Most likely to invade

``` <!---sh-->
# 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
Expand Down Expand Up @@ -45,7 +45,7 @@ For an ASCII only version:

``` <!---sh-->
# 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
Expand Down
2 changes: 2 additions & 0 deletions 2025/howe/prog.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ <h2 id="issues">Issues</h2>
<li><p>With <code>tmux</code>: Currently the only solution is to downgrade the ASCII version of the game.</p></li>
</ul></li>
</ul>
<h2 id="thanks">Thanks</h2>
<p>Thanks to <a href="https://github.com/tcort">Thomas Cort</a> for play testing.</p>
<h2 id="references">References</h2>
<ul>
<li><p>Casio SL-880 Calculator<br />
Expand Down
6 changes: 6 additions & 0 deletions 2025/howe/prog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ MG-880 Differences
* There was no ammo counter.


Thanks
------

Thanks to [Thomas Cort](https://github.com/tcort) for play testing.


Issues
------

Expand Down