Thread: Looking for coder: Simple C++ Client / Server game

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    2

    Looking for coder: Simple C++ Client / Server game

    I need to implement a Network Game which allows two or more players to interact over a local area network.
    The game must have a Client-Server architecture. The server controls the game sequence (such as which player has the next turn), and arbitrates between clients (for example, it keeps the score). The server must therefore support at least two clients concurrently.
    What I need to do is keep it to a simple game...like connect4 or something. Now I have no experience really with client/server c++ network programming, and yesterday I was trying to find example but I just couldnt, google wouldnt help So I'm wondering if you have idea about an example to share it with me or point me to sites where there might be. I've tried planet-source-code, but there is nothing there...
    possible games are:
    1.Simpe guessing games such as hangman
    2.Simple strategy games such as battleships and connect4
    3.Simple multi-player maze games

    and eventually some other, but which is the easier. the point is the network client-server communication. I prefer games of 2 or 3.

    Let me know if anyone is interested and willing to code it for me and how much.

    regards

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Looks like a homework cheat to me, can you prove otherwise?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. server client application - (i really need your help)
    By sarahnetworking in forum C Programming
    Replies: 3
    Last Post: 03-01-2008, 10:54 PM
  2. Multi-Threaded Server Help
    By jonswits20 in forum C# Programming
    Replies: 5
    Last Post: 04-17-2007, 11:05 PM
  3. Server and Client process
    By wise_ron in forum Networking/Device Communication
    Replies: 1
    Last Post: 10-07-2006, 01:11 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM
  5. Help with a simple game
    By jjj93421 in forum Game Programming
    Replies: 1
    Last Post: 03-28-2004, 03:52 PM