From: Armaan Bhojwani Date: Sun, 16 May 2021 00:42:26 +0000 (-0400) Subject: Add keybindings to manpage X-Git-Url: https://git.armaanb.net/?p=pong.git;a=commitdiff_plain;h=9d814dae3751eedaba95633fbdaaf88243fdc03c Add keybindings to manpage --- diff --git a/pong.1.scd b/pong.1.scd index 360c026..02403a6 100644 --- a/pong.1.scd +++ b/pong.1.scd @@ -9,6 +9,14 @@ pong # DESCRIPTION Simple text-mode pong game in ncurses +# KEYBINDINGS +w player A up++ +s player A down++ +i player B up++ +j player B down++ +q quit++ +ESC pause + # AUTHOR Armaan Bhojwani