From ead3d7f3b60493295ac2a2832484e5c1d16136ed Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Mon, 16 Sep 2024 23:39:07 +0300 Subject: [PATCH] Rephrase usage instructions. --- Games/checkers.bas | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Games/checkers.bas b/Games/checkers.bas index 09de45b..498aee2 100755 --- a/Games/checkers.bas +++ b/Games/checkers.bas @@ -1,8 +1,8 @@ -' This program is created by Svjatoslav Agejenko -' in 1998 - -' USE w a z s keys to move around -' and ENTER key to celect chess and put to other place +' Game of checkers. Created by Svjatoslav Agejenko in 1998. +' +' Usage: +' keys: w a z s - move around +' ENTER key - pick piece on the desk and place it to new location DECLARE SUB look () DECLARE SUB motleb () -- 2.20.1