PDA

View Full Version : Dice 4 Facebook/Myspace/Bebo [SINGLE] [VARIABLE RATING]


2EggsOverEasy
06-23-2008, 03:52 PM
Pick a site where you have a group of friends (not getdare.com, c'mon...).

Divide your total number of friends in half and roll a die that many times, adding up the value of each roll.

Start counting at the top of your friends list until you reach the number you rolled (the total value of all of the rolls). If you reach the end, just roll back up to the top and keep counting (pun intended).

You have one week to convince that friend, the one who matches the number that you rolled, to perform any one of the dares found on getdare.com (You can "out" yourself as a getdare-er or not, its entirely up to you...)

If you aren't able to talk them into completing a dare within one week, you must get them to pick a dare that you will perform.

Failure is unacceptable. You must succeed. The world as you know it depends on it. (Okay, not really, but hey, give it a shot anyway!)

give_me_dares
06-24-2008, 01:19 PM
ok, will do this one, the dare im going to use is to join getdare

whatthehell
01-04-2009, 09:52 PM
That seems kind of hard, rollling the dice so many times. I have over 150 friends on myspace and don't want to roll the dice 75+ times.

interesting
01-04-2009, 11:06 PM
You can actually use Excel or other programs like that to generate a random number, and then roll it as many times as necessary. Here is the formula.

=INT(RAND()*(X-1)+1)

where X is the number you need to roll +1 (so for rolling 75, you actually enter 76). Cut & paste the formula as many times as you need to roll it.

You can even have the computer add these numbers by setting them all up in a column. The formula is :

=SUM(X1Y1:X2Y2)

where the X1Y1 are the value of the first cell, while X2Y2 is the value of the last cell. Remember, they have to be in a column or a row.

Hope that helps a little.