Search:

Type: Posts; User: MdeeY

Search: Search took 0.16 seconds.

  1. Re: Java

    man.....i have tried my best to understand that...but i couldn't.....and time is against me....this assignment is due to be submitted next week and this is my final year..i have a lot of work to do...
  2. Re: Java

    i don't know how to do it......can u do it for me please!!!!!!! u have a better knowledge of Java

    this is my Game code https://www.dropbox.com/sh/329uiet38jv529r/Uxo0e07Ygf

    thanks man! :)
  3. Re: Java

    yeah someone gave me this code on Dream.in.code website....he said this would be easier and he think is similar to what my game needs.........https://www.dropbox.com/sh/j6seqhl3l4l30vh/wFrgXXnd1y
  4. Re: Java

    ok....i'll share some Client server code with u.......them u tell me which one u think i should use ok?

    --- Update ---

    https://www.dropbox.com/s/8rpkav84h5rh809/Client.java...
  5. Re: Java

    mean Multi-threaded Server?
  6. Re: Java

    import java.io.*;
    import java.net.*;

    public class TCPClient {
    public static void main(String argv[]) throws Exception {
    String sentence;
    String modifiedSentence;
    ...
  7. Re: Java

    yes i have........
  8. Re: Java

    i already have a Server/ Client application lots of them........even GUI but i don't know how to modify the code to word with the server/client..........i can show u the server/client code if u want ?
  9. Re: Java

    Yes....i think so :)
  10. Re: Java

    i want them to communicate using TCP/IP........i want Client one to control Blue Space ship and Client two to control Red Space ship....so i want Client one to send the spaceship state( integer...
  11. Java

    i wrote Space ship multi-player game in java.... in which player one controls his space ship using W,A,S,D and player two I,J,K,L....and i use timer and velocity to control the animation of the two...
Results 1 to 11 of 13