Skip to content

Commit cfa17ea

Browse files
2 parents 62162b2 + bc26764 commit cfa17ea

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

Core Team members.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Sameep Yadav. www.github.com/Sam9905
44
Shivam kumar www.github.com/shivamkumard107
55
Mohit www.github.com/MohitR1999
66
Harshit Gupta https://github.com/hg2199
7-
Shubham Kumar https://github.com/Shubham267
87
Sanjana Kumari www.github.com/sanjanaraj20/Androidified
8+
Shivang garg https://github.com/shivanggarg1998

Games details.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Games Detail
2+
3+
4+
Game one: Devesh's Hearts
5+
Number of player : 2 or more
6+
Rules : Devesh have a random number of hearts to give to spread happiness.Two players (numbered 1 and 2) will be playing a game with hearts. Player always plays first, and the two players move in alternating turns. The game's rules are as follows:
7+
8+
*In a single move, a player can remove either 2, 3 , or hearts from the total number of hearts.
9+
*If a player is unable to make a move, that player loses the game.
10+
Can you survive till the end?
11+
12+
13+
14+
Game two: Shivam's lucky number
15+
Number of player : 5 or more
16+
Rules : Shivam have his own algorithm to choose his lucky number.he asked his friends to suggest a number in between 1 to 1000 and the number which comes out to be closest to the 2/3rd of the average of all input will be shivams lucky number
17+
The problem require to think not only your number but also other user's input.

Puzzle details.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Easy puzzles :
2+
3+
# Puzzle 1
4+
Name : The Boxes
5+
Statement : There are three boxes. One is labeled "APPLES" another is labeled "ORANGES". The last one is labeled "APPLES AND ORANGES". You know that each is labeled incorrectly.
6+
You may ask me to pick one fruit from one box which you choose.How can you label the boxes correctly?
7+
Hint : No hint available
8+
Solution:Pick from the one labeled "Apples & Oranges". This box must contain either only apples or only oranges.
9+
E.g. if you find an Orange, label the box Orange, then change the Oranges box to Apples, and the Apples box to "Apples & Oranges."
10+
11+
# Puzzle 2
12+
Name : The Double Doors
13+
Statement : You are trapped in a room with two doors. One leads to certain death and the other leads to freedom. You don't know which is which.
14+
There are two robots guarding the doors. They will let you choose one door but upon doing so you must go through it.
15+
You can, however, ask one robot one question. The problem is one robot always tells the truth ,the other always lies and you don't know which is which.
16+
Hint: The two robots know each others personality. That they talk when they're bored, lonely, etc. Try to get the two robots to cancel their evil & good ways out.Solution:Pick from the one labeled "Apples & Oranges". This box must contain either only apples or only oranges.
17+
E.g. if you find an Orange, label the box Orange, then change the Oranges box to Apples, and the Apples box to "Apples & Oranges."
18+
Solution: Ask one robot what the other robot would say, if it was asked which door was safe. Then go through the other door.
19+
20+
# Puzzle 3
21+
Name : The Double Doors
22+
Statement : A frog is at the bottom of a 30 meter well. Each day he summons enough energy for one 3 meter leap up the well. Exhausted, he then hangs there for the rest of the day. At night, while he is asleep, he slips 2 meters backwards. How many days does it take him to escape from the well?
23+
Note: Assume after the first leap that his hind legs are exactly three meters up the well. His hind legs must clear the well for him to escape.
24+
Hint: Try to think the problem through for a five meter well. Now what is the solution for the 30 meter well?
25+
Solution: 28
26+
Each day he makes it up another meter, and then on the twenty seventh day he can leap three meters and climb o
27+

0 commit comments

Comments
 (0)