-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.sh
More file actions
30 lines (26 loc) · 1.2 KB
/
description.sh
File metadata and controls
30 lines (26 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Game_description_start
clear
echo -e "\n-----------------Description--------------------\n"
echo "Hello, welcome to camel game"
echo -e "\nI am stuck in a Terminal Desert "
sleep 2
echo -e "\nHow can i escape 🤔"
sleep 2
echo -e "\nIDEA !there is a camel lying there 🤩"
sleep 2
echo -e "\nyou stole a camel from a person 🐪 , He is chasing you with his gang 😳 "
echo -e "\nESCAPE from him 🐪🏃 , otherwise You will be attacked by him 🔪\n"
read
clear
#game_description_ends
#game_instructions_start
echo -e "\n---------------INSTRUCTIONS ☠️----------------------\n "
echo -e "\nIf you reach the destination , then you will win 🥳"
echo -e "\nIf the chaser reaches you , then you will be caught 😥 "
echo -e "\nIf you Go slow you will cover 5 miles towards destination 🚶🏻"
echo -e "\nIf you Go Fast you will cover 10 miles towards destination 🏃♂️"
echo -e "\nIf your THIRST is above 4 , then you are feeling very thirsty 🙇🏻"
echo -e "\nIf you stop to drink water , the chaser will come 10 miles towards you "
echo -e "\nThe chaser will always covers 10 miles towards to you ,regardless of you going fast or slow "
read
#----------------------------------------------------o