Search found 2 matches

by clericuzzi
Thu May 04, 2006 10:48 am
Forum: Open Discussion and Dev Announcements
Topic: using irrlicht to communicate with a java Application
Replies: 4
Views: 565

yeah man, that's what I want!! :D :D :D

I'm makin a multiplayer game for a project in college, it's kind like the game WORMS (don't know if you know). The game runs in turns, and it will run locally on each machine but the java server has to, in each turn, deliver the information of the next turn ...
by clericuzzi
Thu May 04, 2006 12:46 am
Forum: Open Discussion and Dev Announcements
Topic: using irrlicht to communicate with a java Application
Replies: 4
Views: 565

using irrlicht to communicate with a java Application

I'm trying to make an aplication to run in a network, and i'm implementing the network part with sockets in Java, and instead of using JIRR, i'd like to use C++ and communicate with the java server by using the compiled program made with irrlicht to export parameters, like XML, so the java socket ...