Results 1 to 5 of 5

Thread: Need tips to create online game

  1. #1
    Join Date
    Nov 2008
    Posts
    1,054

    Need tips to create online game

    I began creating an online games, online in the sense that it should run from a web browser, with the help of a web application. I immediately thought of Java or Flash to make this game. I like to know if this is possible in C/C++/C# or other. I do not know how to load and execute the browser game. I have never seen that.

    That is why I ask you your opinion. I am good in C and Java (so I do not think that migration form C++/C#/.NET is a problem). What do you think what language should I use to achieve this game?

  2. #2
    Join Date
    May 2008
    Posts
    3,971

    Re: Need tips to create online game

    If you are good in Java, than go with Java.

    Ideally, you can use any language to code the application server, couple it with languages like flash, javascript or java which will display the data to the player.
    If you plan to take shelter then the choice is limited to code the server: Ruby, Python, Perl.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,054

    Re: Need tips to create online game

    Thank you for your response.

    Could you tell me more about the language side coupled client/server. How it happens? What tools/libraries exist in this regard?

  4. #4
    Join Date
    May 2008
    Posts
    3,971

    Re: Need tips to create online game

    Theoretically, the server and the client can be coded in different programming languages because they use something known as "sockets".

    Also what do you want more precisely:

    -> A multiplayer game, or
    -> A single-player game?

    Technology and complexity coming out are not the same.

  5. #5
    Join Date
    Nov 2008
    Posts
    1,054

    Re: Need tips to create online game

    I had already made some basic multi-client program sending a string to the server that redirects it to another client, but I thought it was going to look any further coupling.

    Actually I want to make a game, single-player, but to be launched within a browser.

Similar Threads

  1. Safe Online Shopping Tips
    By Deverell in forum Tips & Tweaks
    Replies: 3
    Last Post: 23-03-2012, 07:58 AM
  2. Replies: 5
    Last Post: 18-11-2011, 10:03 PM
  3. Tips to earn money online
    By Common in forum Off Topic Chat
    Replies: 6
    Last Post: 30-10-2010, 08:55 AM
  4. Need some tips on Champions Online
    By Sabastiaan in forum Video Games
    Replies: 5
    Last Post: 12-03-2010, 11:18 AM
  5. Replies: 0
    Last Post: 15-11-2008, 12:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,522,465.16169 seconds with 17 queries