Thread: Connect Computers To Play Game?

  1. #1
    Registered User
    Join Date
    Aug 2014
    Posts
    26

    Question Connect Computers To Play Game?

    I have a Blackjack game that allows users to create a login account and it keeps track of their bet amount, and total bank,etc. How can I connect the program on 2 or more computers so that people can play together?


    (A) How would I code it? (B) Can I just connect a USB or HDMI and use the appropriate code? (C) Do they need to be executables instead of just running out of Visual Studio? (D) Can this maybe done over Wi-fi? (E) Or is this something more complicated like over a VPN? (F) Other suggestions?
    Last edited by c_lover; 11-16-2014 at 10:41 AM. Reason: Added F option

  2. #2
    Registered User
    Join Date
    Jun 2014
    Posts
    66
    Quote Originally Posted by c_lover View Post
    I have a Blackjack game that allows users to create a login account and it keeps track of their bet amount, and total bank,etc. How can I connect the program on 2 or more computers so that people can play together?
    Just because I'm interested: is this your game (is it developed by you) or do you want to code an application that is able to create a tunnel from one game session to another? If you have access to the code of the game it won't be a big challenge, though this depends on your platform and the library you use. The latter case would be much harder to implement, I guess.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,666
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Let's play a game.
    By SlyMaelstrom in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 02-18-2008, 04:06 PM
  2. Play Sound in a game..
    By BODYBUILDNERD in forum Game Programming
    Replies: 6
    Last Post: 12-12-2002, 11:37 AM
  3. Wanna play my game?
    By PJYelton in forum Game Programming
    Replies: 7
    Last Post: 09-26-2002, 09:13 AM
  4. Connect 4 game
    By sundeeptuteja in forum Game Programming
    Replies: 6
    Last Post: 08-12-2002, 11:09 PM