Search:

Type: Posts; User: MdeeY

Page 1 of 2 1 2

Search: Search took 0.10 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...
  12. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    that's what i don't knw brother......what kind of message to be sent and what respond ? u can take a look at my Assignment question all these are there maybe u can understand...
  13. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    i know what i want the program to do........one server two clients....the server does nothing but host the two clients receive their coordinates x and y, velocity and Timer then then broadcast to...
  14. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    if u r not busy how about u do it for me please? i knw is something that u can do blind folded but is taking forever to do it.....cos i lack java knowledge..........i beg u dude
  15. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    i have uploaded a video of my program.....can u please take a look at it for me ? Need help adding client/server app thread and serializable - YouTube
  16. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    these are the two codes i want them to be serialized between the two clients through the server




    int cordinate_x = x;
    int cordinate_y = y;
    int cordinate_x0 = x0;
    ...
  17. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    The Server should be able to send ( co-ordinates, space ship crash and exit communications; concurrent controls)

    --- Update ---

    which i believe they are all integers.....
  18. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    is not only X and Y........the space ship (player 1 ) is driven with W,A,S,D keys W to accelerate......A to turn left......S to decelerate....and D to turn right............so the objective now is...
  19. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    Firstly I know coordinates is probably the wrong terminology? I'd assume i'd simply be passing the x and y variables, but coordinates describe it better I feel.

    Now I need to have a Server which...
  20. Replies
    7
    Views
    1,833

    Re: Socket connection problem

    Firstly I know coordinates is probably the wrong terminology? I'd assume i'd simply be passing the x and y variables, but coordinates describe it better I feel.

    Now I need to have a Server which...
  21. Replies
    6
    Views
    2,956

    Re: A networking quiz game idea

    Firstly I know coordinates is probably the wrong terminology? I'd assume i'd simply be passing the x and y variables, but coordinates describe it better I feel.

    Now I need to have a Server which...
  22. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    ok.....i get it......


    public void keyPressed(KeyEvent e)
    {

    }


    please point me to the right direction.....give me some guides or examples
  23. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    what kind of drivers Norm? i normally run the client/server program from Command prompt in Windows......run the server first then client.....and then they both send/receive message vice...
  24. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    yes......code #9 is the client/server program i coded.....so i need u to help me to make the #9 work with #7 two clients should be able to control their space ship over a network in realtime while...
  25. Replies
    33
    Views
    3,457

    Re: 2D JAVA GAME TCP SERVER/CLEINT SUPPORT HELP?

    ok.....i edited it :)
Results 1 to 25 of 33
Page 1 of 2 1 2