|
|
#11 (permalink) | ||
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
This is just coding a simulation of a chat room scenario, no socket programming involved it's just meant to look like 2 or more people are having a conversation.
Quote:
How everyone else go's about it is up to them. Quote:
Last edited by TwitcH; 02-27-2007 at 10:35 AM. Reason: -=Doublepost=- |
||
|
|
|
|
#12 (permalink) | ||
|
Link's Dirty Sock
Join Date: Feb 2007
Posts: 45
Reputation: 10
|
Quote:
All the parts of the conversation are pre-scripted? You just create a timer that says: if variable < len("<program> hello world") then label1.caption = label1.caption & mid("<program> hello world", variable, 1) variable = variable + 1 endif if variable = len("<program> hello world") + 1 then reply = true if reply then label2.caption = label2.caption & mid("<world> hello program, variable2, 1) variable2 = variable2 + 1 endif and on loading the program you put variable, variable2 to 1 and reply to false. And I was nearly finished with my VB multi-user chat program that really worked..... Quote:
|
||
|
|
|
|
#13 (permalink) |
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
heh, just save your online version for a later date, this first challenge was just a concept to see how well this go's, if in future this carry's on we will be doing something with an online instant messenger =]
|
|
|
|
|
#15 (permalink) |
|
Dante’s Inferno
|
About the scoring system, will there be like a range of judges or just you? I also have an idea:
1-5 points for clean code 1-5 points for commenting 1-10 points for bug-free-ness (:P) 1-5 points for originality 1-5 points for comedy Just a few quick ideas... |
|
|
| Thread Tools | |
| Display Modes | |
|
|