• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Networking (Server - Client) question

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.
 
lol yes i thought about that but i figured i would ask if there was a way of doing it playing with the clients/server and not messing with the actual code.

thanks
 
Back
Top