Tech-Forums Cod Game(s)

Status
Not open for further replies.
I'm up for COD4 assuming we can find a good time.

If we can't get enough people for COD we could always try a free fps like Quake Live or Combat Arms.
 
^That's what we have to figure out. We could predetermine the teams, or let it be random. I think it would be fun both ways. Random teams would make it for it is always fair, but also predetermined teams would kind of make it more strategic.
 
I'm up for the Combat if y'all going that direction lol, on EU server though, since I'm not in the US and they banned all the IPs that's not within the US lol.

And if y'all get through with the COD, make vids! Action :cool: pew pew! :p
 
Well if we got a list of names I can make a program that will randomize them extra credit for school too lol
Code:
var inc:int
inc:=0
var player:array 1 .. 10 of string 
loop
for i: 1..10
inc:=inc+1
put "Enter Players"
get player(inc)
end for
cls
put "Team 1"
put player(1)                   
put player(3)                      
put player(5)                       
put player(7)                       
put player(9)
                         
put "Team 2"
put player(2)
put player(4)
put player(6)
put player(8)
put player(10)
exit
end loop

hehe, there you go. Althought i was lazy and did not do the randomization. Didn't feel like it. Thats turing code though, not java. They are rather similar though.
 
I'd like to play some mw2, but I guess I could play either...

druid265 is my steam I think. I show up as JasonSensation, so I'm not sure.
 
So sounds like this so far,

95blackGA
Ifargle
Puddle Jumper
Druid
me

If we had 4 more people, in MW2 we could be in a party and play against the world. lol
 
Status
Not open for further replies.
Back
Top Bottom