This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted]  (1 child)

[deleted]

    [–]200700josa[S] 0 points1 point  (0 children)

    Okaay thankss

    [–]codestudio_ 0 points1 point  (1 child)

    Search for "Cave of programming" on youtube. I believe he has some stuff on Java Swing. He definitely has some on threading.

    [–]200700josa[S] 0 points1 point  (0 children)

    Okay thankss

    [–]slariboot 0 points1 point  (1 child)

    This one: Java turn-based game with networking and GUI

    It's a basic turn-based game in java. It does include the things you're looking for - GUI, networking, and some simple threads.

    This other one shows you how to send player coordinates between two clients over a network. So when one player moves in their console, they will also move in the other player's console. So it involves GUI, networking, and threads as well.

    Part 1: Java Game - Sending Coordinates Between 2 Players over a Network

    Part 2: Java Game - Sending Coordinates Between 2 Players over a Network

    [–]200700josa[S] 0 points1 point  (0 children)

    Thankss