mario game

game detail

Page 1 of 1

8 Replies - 2135 Views - Last Post: 08 December 2008 - 07:02 AM Rate Topic: -----

#1 Kushagra  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 26-November 08

mario game

Posted 26 November 2008 - 03:32 PM

:wub: all game coding send me
Is This A Good Question/Topic? 0
  • +

Replies To: mario game

#2 stayscrisp  Icon User is offline

  • フカユ
  • member icon

Reputation: 928
  • View blog
  • Posts: 3,998
  • Joined: 14-February 08

Re: mario game

Posted 26 November 2008 - 04:32 PM

You gotta be kidding me :v:
Was This Post Helpful? 0
  • +
  • -

#3 Tom9729  Icon User is offline

  • Segmentation fault
  • member icon

Reputation: 178
  • View blog
  • Posts: 2,636
  • Joined: 30-December 07

Re: mario game

Posted 26 November 2008 - 10:45 PM

How audacious.
Was This Post Helpful? 0
  • +
  • -

#4 Damage  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 27
  • View blog
  • Posts: 1,077
  • Joined: 05-June 08

Re: mario game

Posted 27 November 2008 - 01:19 AM

here you go

  Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
	   
	   
		For j as double = 0  To 5000000000000000000000000000000000000000000000000 Step 0.1
	   
 MsgBox("I must not demand code")

		Next
	   
	End Sub


Was This Post Helpful? 0
  • +
  • -

#5 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 754
  • View blog
  • Posts: 7,552
  • Joined: 05-May 05

Re: mario game

Posted 03 December 2008 - 12:56 PM

[rules][/rules]
Was This Post Helpful? 0
  • +
  • -

#6 Choscura  Icon User is offline

  • D.I.C Lover


Reputation: 441
  • View blog
  • Posts: 2,190
  • Joined: 18-October 08

Re: mario game

Posted 06 December 2008 - 03:30 AM

for (noob_demands_code)
{
banhammer();
}
Was This Post Helpful? 0
  • +
  • -

#7 pr4y  Icon User is offline

  • Location: 127.0.0.1
  • member icon

Reputation: 35
  • View blog
  • Posts: 621
  • Joined: 19-September 08

Re: mario game

Posted 08 December 2008 - 12:44 AM

Thank you SO MUCH for inspiring me to waste another 15 minutes when I should be working on my Advanced C++ final!

<?php
// This will start you out... 
// A PHP algorythm for knowing ahead of time if we will help you or not!


// You start out here like everyone else...
$noob = 'false';

// And post your first topic...
$helpme = $_GET['help'];

// But when you come in here and:
$demands = 'true';

// Without any...
$sample = $_GET['your_code'];

// And you want us to make your $problem = 'solved'; ...
$problem = 'unsolved';



function FREECODE(){
while ($demands = 'true'){
	if (isset($sample)){
		if ($noob = 'true'){
			$demands = 'denied';
			NOSOUP4U();
		} else {
			$demands = 'true';
			GIVEHELP();
		}
	} elseif (!isset($sample)){
		$noob = 'true';
		}
	}
}


function NOSOUP4U(){
$postcount = $_GET['post_count'];
$i = $postcount + 1;

while ($postcount <= $i){
	if ($noob = 'true'){
		echo 'Read a book.';
	} else {
		FREECODE();
	} if ($postcount > $i){
		FREECODE();  // Loop back to see if you are qualified for help yet
		}
	}
}


function GIVEHELP()
{
$response = $_GET['response'];
$answer = $_POST['answer'];
$logic = $_POST['ideas'];

while (isset($sample) && $noob = 'false' && $demands = 'true'){
	echo "How may I be of assistance to you?";
	if ($response = $answer){
		$demands = 'false';
		$problem = 'solved';
	} else {
		$answer = $logic;
		echo "I hope this answer helps!  If you still need help, be sure to send another ".$response."!";
		}
	}
}



// Now that we've declared our scenario's for the Help Algorythm...
// Let's figure out where to start!

if (isset($helpme){
	FREECODE();
} else {
	echo 'Thank god I don't have to write someone elses homework today!';
}

?>


Was This Post Helpful? 0
  • +
  • -

#8 Damage  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 27
  • View blog
  • Posts: 1,077
  • Joined: 05-June 08

Re: mario game

Posted 08 December 2008 - 01:13 AM

thats a lot of effort spent on something with absolutely no useful application whatsoever
nice :^:
Was This Post Helpful? 0
  • +
  • -

#9 gabehabe  Icon User is online

  • GabehabeSwamp
  • member icon




Reputation: 1346
  • View blog
  • Posts: 10,918
  • Joined: 06-February 08

Re: mario game

Posted 08 December 2008 - 07:02 AM

#include <mario>
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1