From 1ec186ac3806a6b68a9e059fb798d801b1f8422f Mon Sep 17 00:00:00 2001 From: lilyholcombe Date: Fri, 14 Oct 2016 12:01:40 -0400 Subject: [PATCH] Updated README.md Added game rules and title. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index eff578f..4463aa8 100644 --- a/README +++ b/README @@ -1,2 +1,13 @@ # Description A basic text adventure game, written entirely for the purpose of me learning Python. + +Game title: Phython Adventure Game + +Objective: Complete each level without errors + +Rules: + +1. Create lines of code without any errors. +2. If errors appear they must be resolved in one try. + +Let the games begin!