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!