From: Svjatoslav Agejenko Date: Mon, 16 Sep 2024 20:39:07 +0000 (+0300) Subject: Rephrase usage instructions. X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;h=ead3d7f3b60493295ac2a2832484e5c1d16136ed;p=qbasicapps.git Rephrase usage instructions. --- 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 ()