TICTACTOE game using RMI
843793Apr 9 2004 — edited Apr 9 2004HI, i am trying to make a multiplayer tictactoe game using RMI technology. I am very new to java!
I am half way thru the first step. The first step was to create a database on server using JDBC to store player names , passwords, wins, losses,draws. I am trying to insert the values into the table using a .CSV file using string tokenizer.
The second step is to use RMI and let the player log on to the server to play the game. I need help in GUI for this part as after player logs on need to display data in a JTABLE. BUt first most important is how can i implement RMI in this project... PLZ guide n e 1 as i am new and i dnt seem to grasp RMI so far after using sun's tutorial.
Thanks