INTRODUCTION: This is a simple rpg demo. It is NOT finished. It demonstrates some basic building blocks of an RPG game, such as moving, fighting, etc. CONTROL: Arrow keys to move. UPDATES: v0.01(rpg2) Background--title page. Background--story. MajorSprite--Man(player controlled) System Block--Moving block. v0.02(rpg3) Map--village Map--house1 NPC--Battle Instructor System Block--Boundery detection block. System Block--Coordinate detection block. You are bounded by walls. You can enter the upper right house. You can talk to the guy inside. (You can only talk to him by standing in front of him, sideways don't work.) A fighting block is added.