Sunday, July 6th 2008, 7:02pm UTC+1

You are not logged in.

  • Login
  • Register

1

Friday, April 18th 2008, 8:00am

Board Game

Hi, I'm developing a battleship game using qt4/c++, this would be a client/server application where the server stores all the data of each player (name, score and credits),i wish to know how can the server send this data back to the client form. Any other tip about this application would be great, thanks.

This post has been edited 1 times, last edit by "katulu50" (Apr 18th 2008, 4:16pm)

  • Go to the top of the page

2

Saturday, April 19th 2008, 9:19am

RE: Board Game

Hi, I'm working in the game and everything it's going well until now, i'm using a QListWidget object in IconMode, so i'm dragging the ships from another QListWidget and dropping into the "Board Game" (QListWidget), so I need to know if is possible to know the position of a cell of the QListWidget with a "ship" (part of an image) on it.
  • Go to the top of the page

Rate this thread