Qbasicnews.com
Make a program that is a person if they were coded! - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: Make a program that is a person if they were coded! (/thread-9092.html)

Pages: 1 2 3 4 5 6 7 8


Make a program that is a person if they were coded! - Pritchard - 04-02-2006

:rotfl:


Make a program that is a person if they were coded! - Z!re - 04-02-2006

I was going to make an axipher.. but I'm too lazy..

Plan:
Program that blits random smileys all over the screen, all the time.. looped..


Make a program that is a person if they were coded! - thegrogen - 04-02-2006

How about me?


Make a program that is a person if they were coded! - Zack - 04-02-2006

How about an AOLer translator for Z!re, and don't skimp on the sarcasm-factor.


Make a program that is a person if they were coded! - thegrogen - 04-02-2006

Here's another idea: how about an AI chatbot that emulates the person?


Make a program that is a person if they were coded! - Deleter - 04-02-2006

Quote:axipher:

10 Print "Help me with these circles please"
20 Goto 10
:rotfl: Big Grin
very nice, lol.


Make a program that is a person if they were coded! - Pritchard - 04-02-2006

Quote:I was going to make an axipher.. but I'm too lazy..

Plan:
Program that blits random smileys all over the screen, all the time.. looped..
Sounds good! I went away from the challenge itself and started putting the people in the program. I have no idea how you would put yourself, in yourself O_O;;

Oh well though, it's been fun XD!


Make a program that is a person if they were coded! - Mr Match - 04-02-2006

Ah man, I wasn't able to get my ass kicked by Z!re, I wasn't even in the program!... Cry



:lol:


Make a program that is a person if they were coded! - Pritchard - 04-02-2006

Quote:Ah man, I wasn't able to get my ass kicked by Z!re, I wasn't even in the program!... Cry
Sorry man, I'll add you. I just don't know a bunch of people from QBN. My site's always been QBNZ and Freebasic.net

Edit: There. Now have fun getting your ass kicked by Z!re.


Make a program that is a person if they were coded! - KiZ - 04-03-2006

Quote:Here's another idea: how about an AI chatbot that emulates the person?


Code:
do
   input "Talk:", chat$
   select case int(rnd * 3)
   case 0
      print "Z!re: SHUTUP PUNY MORTAL"
   case 1
      print "Z!re: BOW TO ME, I AM THE GODDESS"
   case 2
      print "Z!re: I AM IMMORTAL!!!!!1"
   end select
loop