Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# EscapeFromCave
Text Adventure - Escape From Cave
# Text-based Adventure - Escape From Cave

You wake suddenly and find yourself in a cave.
There is darkness all over What will you do?
There is darkness all over, what will you do?

Text adventure game written in Python using basics of languages.
I recommend any one who is just strating or has started or is starting into
Github should look it up and start Contributing.
Text-based adventure game written in Python, using basic coding constructs.
I recommend anyone who is just starting or has started using Github should look it up and start Contributing.

This game uses Loops, Conditions, Objects, Strings and some basic python data structures
like List , Ordered Dictionary.
This game uses loops, conditions, objects, strings and some basic python data structures like lists and ordered dictionarys.
You will also get to read someone else's code which will help you in your future.

Also if you are a newbie and want to start contributing on Github , then I would
strongly recommend you start this project.
Also if you are a newbie and want to start contributing on Github , then I would strongly recommend you start with this project.

So come join me in expanding this project and making it bigger and better.

Expand Down