Nifflas' Support Forum

General => Forum Games => Topic started by: Razzorman on August 19, 2009, 13:56:50

Title: Challenge mode
Post by: Razzorman on August 19, 2009, 13:56:50
I got the idea for this game from the pit of 9000 challenges. Its basically the same premise, except not just spam.

First one player posts three challenges. One easy, one medium and one hard. The first person to complete any one of these challenges gets to post three new challenges.
Completing a challenge awards you with points, depending on how hard that challenge was.
Easy: 5 point      Can easily be completed without much effort.
Normal: 10 points      Requires some effort to complete.
Hard: 15 points      Requires a lot of effort to complete.
The points then get updated in the highscore.

Highscore

Purple Pineapple: 105
LPChip: 35
Miss Paula: 35
Limelemon: 35
Bored2death: 30
Razzorman: 20
TechnoGeek:15
smeagle: 15
minimay: 15
Shawnachu:15
bumperpower64: 15
Firecat: 10
Dataflashsabot: 5




I'll begin.

Easy: Find all of the hidden smilies.
Medium: Find out which episode of Zero Punctuation the quote in my sig is from.
Hard: Beat KnyttXH (http://nifflas.ni2.se/index.php?main=03Knytt&sub=043rd_Party_Mods).
Title: Re: Challenge mode
Post by: LimeLemon on August 19, 2009, 14:05:03
Medium: It's from Zero Punctuation: Saint's Row 2.
I used my 1337 google skillz.
I will post the challenges shortly. Okay here:

Easy: Post an upside down sentence.
Medium: Translate this:
01010001001100100011100101110101010110100011001101001010011010000110010001001000
01010110011100110101100101011000010100100111000001100010001100100011010101111010
01001001010100110100001001011010011000100011001101010101011001110101101001000111
01101100011010110100100101000111011011000011000001001001010100010011110100111101
Hard: Look up my ID number for AQW (http://www.aq.com).
Title: Re: Challenge mode
Post by: Miss Paula on August 19, 2009, 15:45:07
I guess it would be cheating for me to post the hidden smileys, right? XD

1. ˙ǝɔuǝʇuǝs uʍop ǝpısdn uɐ ƃuıʇsod ʎqǝɹǝɥ ɯɐ ı
2. "Congratulations! You did it!"
3. pffffft.

Easy: What is topic No. 5 about?
Medium: Since when does the forum have (most of) the Nifflas-themed buttons?
Hard: List at least 7 random quit messages from the niffchat (the java client)! (there are currently 9)

Title: Re: Challenge mode
Post by: Dataflashsabot on August 19, 2009, 16:02:01
Topic 5 is the forum rules.
(offtopic: those quit messages are random? :O)

Easy: Calculate the square root of pi, plus 0.67.
Medium: Calculate ((0.8756465*5)-8)*2 without a calculator
Hard: Create a NES game (an actual working ROM)
Title: Re: Challenge mode
Post by: Razzorman on August 19, 2009, 19:11:18
3. pffffft.
I'm going to guess that "pffffft" means you didn't do it.
Title: Re: Challenge mode
Post by: Bored2death on August 19, 2009, 19:55:44
Data, I see a few flaws:
1: pi goes on forever. Therefore, it's square root cannot be calculated (unless you round pi off). That said, when rounded, it is: 2.44 (using the basic 3.14)
2: Creating a rom for a NES game is, I think, illegal.

Now:
((0.8756465*5)-8)*2
4 323232
o.8756465
*            5=
4.3782325 
-            8=
1      1111
-3.6217675
*             2=
-7.243535
There's your answer, with the work shown (for the most part, though basic multiplication skills aren't shown, but the carrying is.)

Easy: find the way to win on my tutorial level (http://www.mediafire.com/download.php?gmg4umwzydj) (reveal it in a spoiler tag)
Medium: Beat #ModArchiveStory (screenshots, please)
Hard: Beat Operator Status, XH (screenshots, please)

           
Title: Re: Challenge mode
Post by: Dataflashsabot on August 19, 2009, 20:16:42
No, creating a ROM of a commercial NES game is illegal. Creating your own NES game, programming it yourself in raw assembly/hex editing (and releasing it in ROM format) is not. :)

Also, I beat #Modarchive Story, but I think the savegame is gone, so no screenie :(
Title: Re: Challenge mode
Post by: Purple Pineapple on August 19, 2009, 20:38:25
Dibs on medium + hard. Don't have screenies yet.
Spoiler: medium (click to show/hide)
Spoiler: hard (click to show/hide)

Easy: Beat the machine on normal
Normal: Find both secret combos of Knytt
Hard: Beat soul-eye on XH
Title: Re: Challenge mode
Post by: Miss Paula on August 20, 2009, 00:55:49
3. pffffft.
I'm going to guess that "pffffft" means you didn't do it.

correct.

What about "old" challenges anyways? Are they still going to be up for anyone to do if they fancy? And if so, wouldn't it be handy to collect the unfinished challenges? It'd be quite some updating work, though, I guess...
Title: Re: Challenge mode
Post by: LPChip on August 20, 2009, 08:18:57
I can actually post a screenshot of these, but I'm currently not at home, so it is a bit hard right now.

Easy: Post me an image with atleast 10 houses. Note, a skyscraper is NOT a house. It has to be a house with a normal /\ kind of roof. The house doesn't have to be completelly visible, but you must be able to tell that its a house.

Medium: Name atleast 10 communities/websites where I'm registered

Hard: Find the error in the next php code:
Spoiler: (click to show/hide)
Title: Re: Challenge mode
Post by: Razzorman on August 20, 2009, 12:47:54
What about "old" challenges anyways? Are they still going to be up for anyone to do if they fancy? And if so, wouldn't it be handy to collect the unfinished challenges? It'd be quite some updating work, though, I guess...
No. You can only do the three latest challenges. It might get confusing if people start to do old challenges and all of them posts three new challenges.
It would also be pretty hard to know if a challenge has been completed or not, unless I keep a list of challenges in the OP, and I'm too lazy to do that. X)
Title: Re: Challenge mode
Post by: Dataflashsabot on August 20, 2009, 13:15:22
A single equals sign is used instead of two, this assigns the variable instead of comparing it.
Correct code:


<?php
$myvar="test";

if( $myvar=="nottest" )
{
echo "test failed.";
}
else
{
echo "test was succesful.";
}
?>


(I did not guess and I'm pretty certain that's right, so I'm gonna post new challenges)

Easy: What is the mouseover text on XKCD number 415?
Medium: Upload a zip file that is ~100K compressed, at least a megabyte when unzipped (but no more than 10MB, to prevent 'zip bombs') (I am reasonably certain this is possible)
Hard: Recite 15 digits of pi off of your head. (I can barely do 3 >.<)

Edit by LPChip: Just a small edit to confirm that the answer is succesfull, and well explained too. :)

Title: Re: Challenge mode
Post by: Yoeri on August 20, 2009, 17:47:30
hard: i know 20!!!

3.141592653589793(23846)
kids in school used to bully me for this :(

edit: i forgot challenges X)

easy: how did most people find out about ks?
medium: what does this mean?  yszaluynvze?!\]!
hard: beat the explore challenge without cheating
Title: Re: Challenge mode
Post by: Razzorman on August 20, 2009, 20:06:15
easy: how did most people find out about ks?
Thats not a challenge. Thats a question. :|
Title: Re: Challenge mode
Post by: Purple Pineapple on August 20, 2009, 22:23:56
Easy: I assume you're referring to the old how did you find out about KS topic. Yeah.. it's been deleted. :/
Hard: done. The code was insane, though.

Easy: Post an image with four lines intersecting in 7 points.
Normal: Beat the machine without detector or hologram. (Screenshot)
Hard: Beat spiral (Bennity) with detector and hologram. (Screenshot)
Title: Re: Challenge mode
Post by: LimeLemon on August 20, 2009, 22:32:25
Why is screenshot needed? You can just edit the savefile anyway.
Title: Re: Challenge mode
Post by: Purple Pineapple on August 20, 2009, 22:38:14
Because that would be cheating. <_<
Title: Re: Challenge mode
Post by: LimeLemon on August 21, 2009, 16:45:39
You can't know if a person claiming to have done that is telling the truth. So you want to see a screenshot.
But you can't know if someone with a screenshot cheated or not. Thus, the screenshot "validation" is invalid.
Title: Re: Challenge mode
Post by: Razzorman on August 21, 2009, 17:58:36
Why would we need irrefutable evidence that the challenge has been completed? Can't we just trust each other not to cheat?
Title: Re: Challenge mode
Post by: Purple Pineapple on August 21, 2009, 18:51:49
Ok, whatever.
Title: Re: Challenge mode
Post by: LPChip on August 21, 2009, 19:48:07
Easy: Post an image with four lines intersecting in 7 points.

This is the best I can do. Not sure if this is the answer though, but each line is hitting all the others, so I can't imagine that there's a better answer unless I'm allowed to use bended lines.

I'll post the challenges once I get confirmation.
Title: Re: Challenge mode
Post by: Purple Pineapple on August 21, 2009, 19:54:08
unless I'm allowed to use bended lines.
I suppose that counts as having found the solution. :)
Title: Re: Challenge mode
Post by: Dataflashsabot on August 21, 2009, 21:13:58
What?!?!? You're allowed to use bended lines?????? I SPENT LIKE 30 MINUTES AND COVERED SEVERAL SHEETS OF PAPER TRYING TO FIND THE ANSWER!!!!!!
Seriously, I did. >:(
Title: Re: Challenge mode
Post by: Purple Pineapple on August 21, 2009, 22:48:52
X)
Title: Re: Challenge mode
Post by: LPChip on August 22, 2009, 00:14:59
It never said that the lines had to be straight. X)

Okay, here are my challenges.

Easy: Translate this dutch sentence into normal english: "Ik snap er geen drol van." Be creative in translating it, then try to understand what I possibly mean, and then use your own knowledge of english to formulate it in a proper sentence. A direct wordy translation will be dissapproved.
Medium: Look through all the posts in this topic up to this, but including this post, and add all the numbers. Whats the total?
Hard: Decypher the following text and present me its english meaning: AodAvZcEvXbDfXXbaZeWbXVdCeWyXbXCsXbQyXvRyERuNv
Title: Re: Challenge mode
Post by: Purple Pineapple on August 22, 2009, 01:14:58
What to do with signatures, pt, and numbers like 01010001001100100011100101110101010110100011001101001010011010000110010001001000
01010110011100110101100101011000010100100111000001100010001100100011010101111010
01001001010100110100001001011010011000100011001101010101011001110101101001000111
01101100011010110100100101000111011011000011000001001001010100010011110100111101?
Title: Re: Challenge mode
Post by: Shawnachu on August 22, 2009, 01:43:56
I'm assuming it's anything in the main body of the post.
Title: Re: Challenge mode
Post by: Purple Pineapple on August 22, 2009, 02:11:31
Right, then. Like this LP?
Spoiler: (click to show/hide)

Overall total is approximately 4122212033310430312301304132222042221300144002204112122033111220223231207682504.828437553589793
Title: Re: Challenge mode
Post by: LPChip on August 22, 2009, 10:47:06
No, no...

I mean the number of the post. Like every topic has an #id, posts also have an #id. That way, people sometimes say: yay, I made the 100000th post (etc) The # of my last post is 17751

Hmm, I just reread what I wrote, and you basically did that. I count it as ok.
Title: Re: Challenge mode
Post by: Yonowaaru on August 22, 2009, 10:48:45
LPChip: I'm Dutch, so that's easy:
I don't understand shit of what you're saying.
Title: Re: Challenge mode
Post by: Yoeri on August 22, 2009, 12:57:35
aww come on yonowaaru, you should have let someone who's not dutch translate it  :(
Title: Re: Challenge mode
Post by: LPChip on August 22, 2009, 14:43:15
LPChip: I'm Dutch, so that's easy:
I don't understand shit of what you're saying.

:) Thats correct. Too bad, Purple Pinapple already beaten the medium challenge. We're now awaiting his next challenges.
Title: Re: Challenge mode
Post by: Purple Pineapple on August 22, 2009, 18:44:47
I mean the number of the post. Like every topic has an #id, posts also have an #id. That way, people sometimes say: yay, I made the 100000th post (etc) The # of my last post is 17751
(http://www.freeimagehosting.net/uploads/9b0990e46c.gif) That would have been so much easier.

Easy: Find the 6 emoticon codes that are palindromes.
Medium: Find at least 3 pairs of household items that are palindromes of each other. (e.g. pot=top) Words that are palindromes by themselves also count.
Hard: Hit the red thing in shadowlands with pathetic ball.
Title: Re: Challenge mode
Post by: Miss Paula on August 22, 2009, 19:50:56
:huh: :^^: <_< :pop: 6_6 9_9

easy: What's the first rule a father might want to tell his unborn son?
medium: What's this colour's exact name? Not the colour code! And it's not magenta! (http://cubeupload.com/files/412c00particle6.png)


is recycling an old challenge that never got completed okay? Cause I don't think I can think up another.
if so:
Hard: List at least 7 random quit messages from the niffchat (the java client)! (there are currently 9)
Title: Re: Challenge mode
Post by: Yoeri on August 22, 2009, 20:15:47
medium:
is it... red?
Title: Re: Challenge mode
Post by: Firecat on August 22, 2009, 21:19:07
Just in case bumper is wrong...
medium: Razzmatazz?
Title: Re: Challenge mode
Post by: LPChip on August 22, 2009, 21:48:52
I think its jamboree
Title: Re: Challenge mode
Post by: Miss Paula on August 22, 2009, 23:37:32
It's Razzmatazz, indeed.
Title: Re: Challenge mode
Post by: Firecat on August 23, 2009, 00:36:11
Yay! :D

Easy:What are the titles of topics 878 , 114 and 1308?
Medium: I have 7 days, 10 hours and 16 minutes logged in, How many seconds are that?
Hard:From what post in the forum is the attached image?
Title: Re: Challenge mode
Post by: Razzorman on August 23, 2009, 00:54:53
Easy
more help!
    
Where was THIS all about?
    
Is the glass ball faster than the speed ball?

Hard
There are countless levels that are "lost" like this. (I have 964 levels right now. Only I think 61 have been downloaded since the forum crash.) Of course, to be honest, most of the other 903 levels aren't really worth playing.

However, when I find the time (read: later today probably) I suppose I could sort through all the levels and see which ones are a) not on the archive or this forum and b) worthwhile.

Easy: Find one of my songs posted on this forum.
Medium: What is 10504 seconds in minutes?
Hard: Translate this: VGhlIGdhbWU=
Title: Re: Challenge mode
Post by: LimeLemon on August 23, 2009, 01:20:10
Medium: 175,0666...
Hard: The game
FFFUUUU...

I'm too lazy to come up with something right now. Lol.
j/k here we go:

Easy: Hit level 20 (level cap) in AQW. Screenshot proof.
Medium: Translate this:
4d 44 45 77 4d 54 41 77 4d 44 41 67 4d 44 45 78 4d 44 45 77 4d 44 45 67 4d 44 45 78 4d 44 45 78 4d 54 41 67 4d 44 45 78 4d 44 45 77 4d 54 45 67 4d 44 41 78 4d 44 41 77 4d 44 41 67 4d 44 45 78 4d 44 41 77 4d 54 45 67 4d 44 45 78 4d 54 41 78 4d 44 45 67 4d 44 45 78 4d 44 41 77 4d 54 45 67 4d 44 45 78 4d 54 41 78 4d 44 45 67 4d 44 45 78 4d 44 45 78 4d 44 45 67 4d 44 45 78 4d 44 41 77 4d 54 41 67 4d 44 45 78 4d 44 41 78 4d 44 45 67 4d 44 45 78 4d 54 41 77 4d 54 41 67 4d 44 45 78 4d 54 41 77 4d 54 45 67 4d 44 41 78 4d 44 41 77 4d 44 45 3d
Hard: Beat my Brute (http://limelemon93.mybrute.com). Screenie proof.
Title: Re: Challenge mode
Post by: Bored2death on August 23, 2009, 02:14:39
Wait, what is AQW?
Title: Re: Challenge mode
Post by: LimeLemon on August 23, 2009, 02:30:03
I can understand you don't know that, but I don't understand you don't know what Google is.
Title: Re: Challenge mode
Post by: Bored2death on August 23, 2009, 03:09:43
Google? You mean... 1000000000000000(insert enough zeros to make there be 1 million zeros... I'm not, as it'd be spam)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 23, 2009, 03:34:12
No, that's googol. That's also 100 zeros. 6_6
Title: Re: Challenge mode
Post by: LPChip on August 23, 2009, 10:44:05
I think your AQW challenge is too hard for being easy. The easy one should be possible to do quickly. If AQW is Atventure Quest World, then it will take days for me to get this, as I have no character at all.

Medium however was easy. XD

Spoiler: Pink cucuwbers! (click to show/hide)

Easy: Find me a photo with atleast 10 houses on them. The houses must have a /\ roof, so no skyscrapers. The houses don't have to be visible entirelly.

Medium: Name atleast 10 communities/websites where I'm registered

Hard: Decode the following to a normal english sentence.:
Spoiler: (click to show/hide)
Title: Re: Challenge mode
Post by: LimeLemon on August 23, 2009, 13:32:25
I think your AQW challenge is too hard for being easy. The easy one should be possible to do quickly. If AQW is Atventure Quest World, then it will take days for me to get this, as I have no character at all.

If you have no character, it's hard. But if you are one of ~9 millions you do have a character, and since this game has been out for almost a year now (if you don't count alpha/beta testing) you should without doubt be level 20, or at least 19 (cuz 19 to 20 is a nightmare) if you have played somewhat regularly.
You could also hack, I never said anything about that. But I really don't think you should do that since it's against the game rules and stuff.

But I agree that I maybe should have switched places of medium and easy. Or maybe even make it hard. I mean, if you already have a somewhat good brute at level ~10 I guess it's a ~50% chance you beat me. Just go to the arena and search LimeLemon93. And you could try again and again and again... I didn't say you only had one try or something.
Title: Re: Challenge mode
Post by: Purple Pineapple on August 23, 2009, 18:33:01
Easy: Does this count?
Spoiler: (click to show/hide)

Medium: ModPlug, Nifflas, Youtube, CTG, last.fm, Miranda IM forums, XWiki, pc help, un4seen.com, opera.com

That was easy. (http://www.google.com/#hl=en&q=lpchip&aq=f&aqi=&aq=f&aqi=&fp=c9fe100d9e542c1e) :P


EDIT: Confirmation, LP?
Title: Re: Challenge mode
Post by: LPChip on August 23, 2009, 21:38:42
Your photo counts. :) the medium one too X) Next time I'll put 100 XD
Title: Re: Challenge mode
Post by: Purple Pineapple on August 23, 2009, 23:12:45
Easy: Show me three different Nifflas game close buttons.
Medium: Find the number of factors (including 1 and itself) of 615699.
Hard: Find the (standard purple) emote with the greatest number of black (0,0,0) pixels.
Title: Re: Challenge mode
Post by: Miss Paula on August 24, 2009, 00:17:55
hard: 8D

easy: draw a beaver. The animal. Possibly a plush version of it. C)p
medium: Since when does the forum have (most of) the Nifflas-themed buttons?
hard: List at least 7 random quit messages from the niffchat (the java client)! (there are currently 9)
Title: Re: Challenge mode
Post by: Shawnachu on August 24, 2009, 00:53:59
Easy: Beaver!

Spoiler: (click to show/hide)

Medium: Around March 7, 2009, or whenever you implemented it.
Title: Re: Challenge mode
Post by: LPChip on August 25, 2009, 15:45:55
Shawnachu, can you give us new challenges?
Title: Re: Challenge mode
Post by: Shawnachu on August 26, 2009, 01:10:58
Ah, sorry.

Easy: Find the Youtube channel of the person I'm following on twitter.
Medium: Score 1337 in the Nifflas arcade game Snake. (screenie needed) http://nifflas.ni2.se/forum/index.php?action=arcade;sa=play;game=40
Hard: Decode and answer the question:   Ejsy od [om mi,nrt 74 pg YEREU
Title: Re: Challenge mode
Post by: minmay on August 26, 2009, 01:59:02
Medium: Score 1337 in the arcade game Snake. (screenie needed)

With what scoring system?  If it you mean the original, archaic one, that would probably be impossible because the snake would get larger than the screen.  And with systems such as the one that gives you one point for the first pickup, two points for the next, four for the next, eight, etc., it may very well be impossible to get the exact score of 1337.
Specifiy, darnit.
Title: Re: Challenge mode
Post by: Shawnachu on August 26, 2009, 02:00:39
I meant this one: http://nifflas.ni2.se/forum/index.php?action=arcade;sa=play;game=40
 :S
Title: Re: Challenge mode
Post by: minmay on August 26, 2009, 02:09:46
Oh, the forum version.  Should've known.

Your "hard" question, "decoded" (seriously how is that any sort of code, the bracket completely gives it away):
What is pin number 63 of TWEWY?

It's "Burning Melon."

Since I need this "confirmed" by a "person" known as "shawnachu," I will "refrain" from "posting" my "challenges" here.
Title: Re: Challenge mode
Post by: Shawnachu on August 26, 2009, 03:39:12
Well, you're right.
<.<
Title: Re: Challenge mode
Post by: minmay on August 26, 2009, 04:07:30
Very well, then.

Easy: List the number of objects placeable in the KS editor.  "Null" objects (such as object 0 in every bank) and the custom objects don't count.
Medium: Make a GIF animation of an exploding shoe that is at least 16 frames.
Hard: Find a completely free audio player that works on Ubuntu Linux (yes, the latest version) and has accurate playback of the following formats: .it, .mod, .mtm, .psm, .s3m, and .xm.  I don't care about the rest.  (And yes, if it works on "Linux," it's pretty much guaranteed to work on Ubuntu, but I specified that for the sake of completeness.)

(I hope it's allowable to use this game to get people to do things for your own convenience :D)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 26, 2009, 04:14:43
Oooh! Oooh! Imma asplode teh shoe!
Title: Re: Challenge mode
Post by: smeagle on August 26, 2009, 09:27:49
Unless i get there before you!  X)
SDL_sound is something I found that works in ubuntu from what I can see.
Btw I use ubuntu!
EDIT:
Easy: find out what y equals in 9y-18=3y
Normal:finnish wadf on hard
Hard: post a screen shot of the score 1337 in dodge square (i have done it before)
Title: Re: Challenge mode
Post by: minmay on August 26, 2009, 16:44:08
So it does, I suppose.  You win.
Title: Re: Challenge mode
Post by: TechnoGeek on August 26, 2009, 19:16:52
next set of challenges, smeagle?
Title: Re: Challenge mode
Post by: Purple Pineapple on August 27, 2009, 01:27:46
Unless i get there before you!  X)
Actually, I did finish it, but when I looked over the animation, there was a part that looked like.. well, you don't need to know what it looked like. Anyways, I got discouraged after that.
Title: Re: Challenge mode
Post by: smeagle on August 30, 2009, 02:58:36
i added them
Title: Re: Challenge mode
Post by: TechnoGeek on August 30, 2009, 03:56:22
done: easy:
Spoiler: (click to show/hide)

and normal (sorry, REALLY  (http://lmgtfy.com/?q=yay!+you+win!)difficult to do a screenshot of wadf difficulty that you win in, plus can be faked)

new challenges:
easy: beat knytt
normal: how many mafia games on the new forum have i participated in?
hard: find the hidden link in this post
Spoiler: hint (click to show/hide)

EDIT: made it all one color moved hidden link to hide it
Title: Re: Challenge mode
Post by: Purple Pineapple on August 30, 2009, 04:09:39
Easy: done.
Medium: 3; Mafia 2, Mafia 3, and Mafia IV
Hard:
and normal (sorry, REALLY  (http://lmgtfy.com/?q=yay!+you+win!)difficult to do a screenshot of wadf difficulty that you win in, plus can be faked)
                               ^
OMG LOOK! -----------|


Easy: Count the number of non-alpha channel colours in my avvie (including transparent)
Medium: Post emoticons from four different sets. (The standard yellow SMF ones don't count; they must be custom.)
Hard: Find the hidden link in this post.
Title: Re: Challenge mode
Post by: Bored2death on August 30, 2009, 04:34:35
Easy: done.
Medium: 3; Mafia 2, Mafia 3, and Mafia IV
Hard:
and normal (sorry, REALLY  (http://lmgtfy.com/?q=yay!+you+win!)difficult to do a screenshot of wadf difficulty that you win in, plus can be faked)
                               ^
OMG LOOK! -----------|


Easy: Count the number of non-alpha channel colours in my avvie (including transparent)
Medium: Post emoticons from four different sets. (The standard yellow SMF ones don't count; they must be custom.)
Hard: Find the hidden link in this post.

Hard: way to copy Technogeek! (Just follow your ^, right?)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 30, 2009, 06:06:44
Yup. :P
Title: Re: Challenge mode
Post by: Bored2death on August 30, 2009, 07:27:08
WOW. ANYway:                                                                         
Easy: find the way to win in my tutorial level (both warps).
Medium: find the part of my post that is different than the rest.
Hard: Beat An Untitled Story on Masterful .
Title: Re: Challenge mode
Post by: Purple Pineapple on August 30, 2009, 07:52:54
WOW. ANYway:                                                                         
Easy: find the way to win in my tutorial level (both warps).
Medium: find the part of my post that is different than the rest.
Hard: Beat An Untitled Story on Masterful .
Medium:
1. There is a bold " " in the top right.
2. Beat is capitalized, and the two finds aren't.
3. There is a space between Masterful and the period.

Challenges:
Easy: Figure out which letter of the alphabet isn't in the italicized part of my post.
Medium: Find the hidden link in this post.
Hard: Beat both doden vantars. (Just tell me a quote from the first ending. No need for screenies.)
Title: Re: Challenge mode
Post by: LPChip on August 30, 2009, 13:00:30
Medium: The link is from the quote. It points to another topic than the post it was quoting from.

(waiting with posting a challenge to get confirmation that I'm right)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 30, 2009, 19:27:44
Confirmed.
Title: Re: Challenge mode
Post by: LPChip on August 30, 2009, 21:27:33
Cool! :)

Easy: Tell me how many individual games Nifflas brought out. This include all finished games and all non-finished games. Concept games like Night Game and G are NOT included. (If you can't name them, you'll need confirmation)
Medium: Tell me how many avatars I've had on the Nifflas forum (this one and the one before the crash). (if you can't name them, you'll need confirmation)
Hard: Decode the following to a normal english sentence.:
Spoiler: (click to show/hide)

EDIT: just to clear things up... Knytt Nano has 2 games. ;)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 30, 2009, 22:21:24
Well, I'll just open my Niff folder:
Spoiler: (click to show/hide)
Confirmation?
Title: Re: Challenge mode
Post by: LPChip on August 30, 2009, 22:39:51
2Purple Pineaple: I'm sorry, but your answer is not correct. :)
Title: Re: Challenge mode
Post by: Purple Pineapple on August 31, 2009, 00:13:28
*facepalm* Forgot KE. Wait.. does JoM count?
Title: Re: Challenge mode
Post by: Yonowaaru on August 31, 2009, 08:03:01
Those said by PP, + The Mushroom Engine...
Title: Re: Challenge mode
Post by: Purple Pineapple on August 31, 2009, 08:06:10
And of course it's the Mushroom Engine, not Jump on Mushrooms. *begins pounding head into desk*
Title: Re: Challenge mode
Post by: LPChip on August 31, 2009, 11:58:58
Those said by PP, + The Mushroom Engine...

We have a winner. :)
Title: Re: Challenge mode
Post by: Yonowaaru on August 31, 2009, 18:45:45
Wasn't JoM that game that Raocow played?

Easy: Find the origin of my name.
Medium: Solve this text:
Spoiler: (click to show/hide)
Hard: Find out for what two KS levels I'm Beta-Testing for.
Title: Re: Challenge mode
Post by: minmay on August 31, 2009, 18:49:40
"You did it!"

confirmation please
Title: Re: Challenge mode
Post by: Yonowaaru on August 31, 2009, 20:03:37
Yesh shirt!
Title: Re: Challenge mode
Post by: minmay on August 31, 2009, 20:12:02
Easy: State the number of Knytt Experiment levels present in the Normal world that were created by me.
Medium: Post two tilesets that I have made and posted on the forum, but are not on Gaeel's archive.  (Community tilesets do not count.)
Hard: Make an animated GIF of a walking golem made out of fancy shoes.  It must be at least 12 frames.
Title: Re: Challenge mode
Post by: Purple Pineapple on September 01, 2009, 02:01:18
2?

Those said by PP, + The Mushroom Engine...

We have a winner. :)
Ugh!
Title: Re: Challenge mode
Post by: minmay on October 05, 2009, 03:12:15
Okay so I totally managed to accidentally ignore PP's post!  Oops!  And yes.  You're right.  You win five bleedin' points.

Sheez.
Title: Challenge mode
Post by: Bla20020 on December 24, 2010, 05:01:13
Easy: I'm just going to throw out a random guess... 2?

Confirm please... if you can... I mean nobody's posted here for 120 days...
Title: Re: Challenge mode
Post by: LPChip on December 24, 2010, 13:23:37
Easy: I'm just going to throw out a random guess... 2?

Confirm please... if you can... I mean nobody's posted here for 120 days...

Minmay already confirmed this for Purple Pineapple. I suppose we're waiting for his questions. If there's none by the end of the year, feel free to set your own questions.
Title: Re: Challenge mode
Post by: PeppyHare4000 on December 25, 2010, 15:24:05
Easy: Get the Secret Ending on Nifflas' Level: "A Strange Dream"
Normal: Get the Normal Ending on My Level: "The Ascent to Death"
Hard: Get the Secret Ending on Lunatic Mode on My Level: "The Ventilation Shaft"

Have Fun :shifty:
Title: Re: Challenge mode
Post by: TheDarkOne on December 25, 2010, 16:22:25
A Strange Dream: I got that one last night!

Easy: Recite from memory 10 digits of Pi.
Medium: Get ALL the treasure chests from the Broville Minecraft map.
Hard: Recite from memory 50 digits of Pi.
Title: Re: Challenge mode
Post by: PeppyHare4000 on December 25, 2010, 21:05:41
Easy: 3.1415926535

Challenges
Easy: How many of my levels are released.
Normal: Where does my username come from
Hard: What knytt story level involves someone insulting another person.
Title: Re: Challenge mode
Post by: TheDarkOne on December 26, 2010, 01:16:06
You forgot to post your challenges.
Title: Re: Challenge mode
Post by: smeagle on December 26, 2010, 03:40:13
Normal: Star fox? I know peppy hare is in that, not sure about the 4000 though....

Is that right?
Title: Re: Challenge mode
Post by: TheDarkOne on December 26, 2010, 04:05:06
I have a challenge for ALL of you. Watch the "Justin Bieber 800% Slower" YouTube video. MUA HA HA HA!

And everyone, post your easy-med-hard's once you've completed some.
Title: Re: Challenge mode
Post by: Firecat on December 30, 2010, 06:56:58
Hard: What knytt story level involves someone insulting another person.
Caevstroy sux? (http://nifflas.lpchip.nl/index.php?topic=1992.msg47141#msg47141)
Title: Re: Challenge mode
Post by: PeppyHare4000 on December 30, 2010, 18:55:53
Smeagle: Correct, The 4000 is just there since PeppyHare was taken on youtube and i would like to keep my username the same
Firecat: Correct.
Title: Re: Challenge mode
Post by: rushye on April 25, 2011, 17:09:51
Who gets to post the 3 new questions??
Title: Re: Challenge mode
Post by: Firecat on April 26, 2011, 00:54:09
I will go ahead and post some just to don't let the game die, if smeagle post  a challenge feel free to follow his challenges instead:

Easy:Decode this
Code: [Select]
54 68 69 73 20 6b 69 6e 64 20 6f 66 20 63 68 61 6c 6c 65 6e 67 65 20 69 73 20 6e 6f 20 6c 6f 6e 67 65 72 20 66 75 6e 6e 79 2eNormal: Quote the post i did in March 21 of 2010.
Hard: Post the secret code hidden in the attached image.
Title: Re: Challenge mode
Post by: jetio4 on April 26, 2011, 14:32:52
Normal:
Out comes...
*Out comes an ROUS*

*Inserts the Post button, Preview button, the Alt key, the S key, and the P key*
Out comes...
*Out comes an ROUS*

*Inserts the Post button, Preview button, the Alt key, the S key, and the P key*
Out comes...
*Out comes an ROUS*

*Inserts the Post button...
I insert a paradox.

Easy: Quote my first post.
Normal: In the Nifflas Arcade, I have a score that is #2 on the highscores for that game. What game, and what score?
Hard: Post my Kongregate name.
Title: Re: Challenge mode
Post by: NESgamer190 on April 26, 2011, 19:24:36
Taking on Jetio4's normal challenge, it's Winter Bells, with you in second for 709010 points!
If that is wrong, then proceed as normal...  (No pun intended!)
Easy:  Game I have been champion of too long in arcade?
Normal:  Mention one KS level I have LPed.
Hard:  Figure out the value of High, Low, Middle.
Title: Re: Challenge mode
Post by: jetio4 on April 26, 2011, 20:02:49
Easy: Asteroids
Normal: Medius
Hard: Guess:
A. 4, 3, 6
B.3, 1, 2


Challanges:
Easy Quote :First post of mine
Normal: Post 2 different LP's of mine.
Hard: Post Kongregate name of mine.

Edit: I beat the 709,000 score.
Title: Re: Challenge mode
Post by: bulbapuck on April 27, 2011, 19:59:22
I suppose I'll take jetio´s medium challenge:

Endless Migration
Smiley Showdown

Challanges: (Yes I'm a math geek :p)

Easy:
Proove the Pythagorean theorem.

Medium:
Proove that 0.999999... (continues in infinity) is equal to 1.

Hard:
What is the difference between saying that a statement is true and saying that the probability for the statement to be true is equal to 1?
Title: Re: Challenge mode
Post by: jetio4 on April 29, 2011, 19:01:38
Medium: You can't. .9999999 =/= 1, it can only be rounded to 1.
Hard: The first one has a chance to be wrong; just cause you said it's true doesn't meant it is. The second one is saying that there is no doubt that it is true, so it is.
Title: Re: Challenge mode
Post by: bulbapuck on April 30, 2011, 02:32:40
No and no :P

It wasn´t 0.9999999, I meant an infinite amount of decimals, each and every one being nine.

And the other one: You're saying both statements, so that argument doesn't hold. There is in fact a subtle difference between a statement being true and the probability for it to be true being one.
Title: Re: Challenge mode
Post by: jetio4 on April 30, 2011, 02:35:42
           __
Again, .99 =/= 1. It's smaller.

The SUBTLE difference is the wording! (No, not really)
Title: Re: Challenge mode
Post by: bulbapuck on April 30, 2011, 13:01:46
Trust me, it is. This following is not a proof, in any mathematical sence. But it does help people understand that this is the case:

1/3 = 0.3333...
2/3 = 0.6666...
3/3 = 0.9999... = 1

And you can proove it, I've seen it done and can do it myself.
Title: Re: Challenge mode
Post by: jetio4 on April 30, 2011, 23:39:36
10x = 9.99999
x = .999999999
10x - x= 9x
9.99999999 -.9999999 =9x
9=9x
1=x
.999999999=1

Happy?
Title: Re: Challenge mode
Post by: bulbapuck on April 30, 2011, 23:48:11
yes :)
Title: Re: Challenge mode
Post by: jetio4 on April 30, 2011, 23:57:28
Easy: In my co-op of Quietus, who was playing the game?
Normal: Name all the evolutions of a Togepi, starting from egg.
Hard: What's my Kongregate name?
Title: Re: Challenge mode
Post by: PeppyHare4000 on July 25, 2011, 11:44:06
Your kongregate name is Jetio8?

Easy: How many DK coins are there in the game Donkey Kong Country 2
Normal: In Fire Emblem: Path of Radiance, How many S Rank weapons are available in the game without hacking or trial maps
Hard: Name my 2 Favorite Knytt Stories Levels...
Title: Re: Challenge mode
Post by: jetio4 on July 27, 2011, 18:59:55
Ummm no, actually.
Title: Re: Challenge mode
Post by: PeppyHare4000 on July 28, 2011, 06:13:26
Ummm no, actually.

Okay, bye (Meaning that i give up)
Title: Re: Challenge mode
Post by: swoopman2 on August 01, 2011, 03:36:46
Since I have no idea what jetio is talking about, I'll do peppy's.

Hard: Your favorite knytt stories level is "Don't eat the mushrooms"  C)p

Easy:What is my signature
Normal:Name were my PIC is from
Hard:Go to "http://abcnews.go.com/Technology/50-popular-women-web-google-search-results/story?id=10573331"
Look at #7, and try not to laugh  X-P
Title: Re: Challenge mode
Post by: PeppyHare4000 on August 02, 2011, 05:27:39
Since I have no idea what jetio is talking about, I'll do peppy's.

Hard: Your favorite knytt stories level is "Don't eat the mushrooms"  C)p

Easy:What is my signature
Normal:Name were my PIC is from
Hard:Go to "http://abcnews.go.com/Technology/50-popular-women-web-google-search-results/story?id=10573331"
Look at #7, and try not to laugh  X-P

Nope but it is on one of my top levels though...
(They are difficult to figure out: it is a Hard Challenge)
Title: Re: Challenge mode
Post by: jetio4 on August 03, 2011, 19:12:25
Doing anyone's but mine right now is cheating,

Easy: Who was playing in my video Let's Plays of Quietus? Hint: answer is in two places.
Normal: List, from egg, the togepi family from pokemon.
Hard: What's my Kongregate name? I've said it before.
Title: Re: Challenge mode
Post by: PeppyHare4000 on August 03, 2011, 20:37:41
Doing anyone's but mine right now is cheating,

Easy: Who was playing in my video Let's Plays of Quietus? Hint: answer is in two places.
Normal: List, from egg, the togepi family from pokemon.
Hard: What's my Kongregate name? I've said it before.

Challenges are too difficult...
swoopman2's Hard Mode Challenge: Completed...
I was not surprised...

...And please stop recycling the Kongregate Name challenge... Nobody has done it and never will :(

Easy: In my level, Salvation. How many legitimate code doors are in the game on Lunatic Mode (Doors which require a code and have 3 or more digits)
Normal: Translate this message in proper english
011110010110000101101001
011001100010000001111001
011000010111100101101111
011101010010000001111001
011000010111010001100100
011001010111010001100001
011011000111001101101110
011000010111001000100000
011110010110000101110100
011100110110100101101000
001000000111100101100001
011011010110010101100111
011000010111001101110011
011001010010000001111001
011000010111001001110100
011010000110011101101001
001011000010000001111001
011000010111100101101111
011101010010000001111001
011000010110001101100101
011101000110010101101100
011100000110110101101111
001000000111100101100001
011101000111001101101001
011010000010000001111001
011000010110001101100101
011001110110111001100101
011011000110110001100001
01101000
Hard: Find out which topic i have posted the most in!!!
Title: Re: Challenge mode
Post by: jetio4 on August 04, 2011, 01:57:00
/sigh...

Knytt Stories Level Competition, amirite?

Wait do you mean topic where you've posted most in compared to other topics you've posted in or compared to the people who've posted in that topic?
Title: Re: Challenge mode
Post by: PeppyHare4000 on August 04, 2011, 02:41:06
/sigh...

Knytt Stories Level Competition, amirite?

Wait do you mean topic where you've posted most in compared to other topics you've posted in or compared to the people who've posted in that topic?

compared to other topics...

I checked the level competition board since you posted and i don't see a username for kongregate <_<