alejandrodj
Junior Member
OK first of all thanks for checking out my post and taking the time to help.
I have a simple game which consist in a selection of racing cars that lets you pick a car and then drive it on a grid where bugs pop up and i have to run them over and i get points from doing so.
the game also has the ability to start a server where clients can connect and play on the same grid and make it sort of a multiplayer game.
computers in the same network can connect to the server as long as i share the ip so they can connect to the server, and i can open more than one client from the same computer but what i see is that for each client i open, there is an independent window even if i open the clients from the same computer.
my question is the following, how can i do to open two clients in a single window to make the game a double player game playable on the same computer, using the same keyboard? is it possible? the game is built in java by the way.
help is much appreciated guys.
I have a simple game which consist in a selection of racing cars that lets you pick a car and then drive it on a grid where bugs pop up and i have to run them over and i get points from doing so.
the game also has the ability to start a server where clients can connect and play on the same grid and make it sort of a multiplayer game.
computers in the same network can connect to the server as long as i share the ip so they can connect to the server, and i can open more than one client from the same computer but what i see is that for each client i open, there is an independent window even if i open the clients from the same computer.
my question is the following, how can i do to open two clients in a single window to make the game a double player game playable on the same computer, using the same keyboard? is it possible? the game is built in java by the way.
help is much appreciated guys.