From 96fa21acb9310d6fa4263f3d7a425ff790be5804 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 1 Dec 2016 18:55:08 +0800 Subject: [PATCH] *updated sample readme. --- sample/README.md | 2 +- sample/yard/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/README.md b/sample/README.md index 4e90ae7..c54278a 100644 --- a/sample/README.md +++ b/sample/README.md @@ -27,7 +27,7 @@ Including loop, condition, and other fundamental statements. sample07.bas -**YARD (Yet Another RPG Dungeon)** +**A comprehensive simple game named YARD (Yet Another RPG Dungeon)** yard/entity.bas yard/goal.bas diff --git a/sample/yard/README.md b/sample/yard/README.md index 23f503d..966ce0f 100644 --- a/sample/yard/README.md +++ b/sample/yard/README.md @@ -2,7 +2,7 @@ **Copyright (C) 2016 Wang Renxin. All rights reserved.** -Yet Another RPG Dungeon is a text based game. It's aimed to be a comprehensive example and or a tutorial which shows multiple aspects of MY-BASIC. +"Yet Another RPG Dungeon" is a text based game. It's a simple comprehensive example and a tutorial which demonstrates lots of concepts of MY-BASIC. ### Usage