Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Need help to design game

Need help to design game

Scheduled Pinned Locked Moved C#
csharpjavadatabasedesigngame-dev
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    haroon1980
    wrote on last edited by
    #1

    I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.

    G P J 3 Replies Last reply
    0
    • H haroon1980

      I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      Have a look at http://www.codeproject.com/csharp/skypegameinfra.asp I hope it will interest you ;)

      1 Reply Last reply
      0
      • H haroon1980

        I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        This isn't an answer to your question. Instead, I want to praise you for wanting to code this yourself. Well done you - and when you've finished, may I suggest that you take the lessons that you learned and write an article on it? Seriously, with an attitude like this I think you will do very well (and that's why you've got my 5).

        Deja View - the feeling that you've seen this post before.

        H 1 Reply Last reply
        0
        • P Pete OHanlon

          This isn't an answer to your question. Instead, I want to praise you for wanting to code this yourself. Well done you - and when you've finished, may I suggest that you take the lessons that you learned and write an article on it? Seriously, with an attitude like this I think you will do very well (and that's why you've got my 5).

          Deja View - the feeling that you've seen this post before.

          H Offline
          H Offline
          haroon1980
          wrote on last edited by
          #4

          Thanks I will..It will take me time but as soon i finish this application i will upload all files and doc for that application. For the time being I need some directions to read some tutorials. Can you suggest me some good one's as until now i did some basic small applications now i am moving towards some complex applications.

          1 Reply Last reply
          0
          • H haroon1980

            I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.

            J Offline
            J Offline
            J4amieC
            wrote on last edited by
            #5

            shah123 wrote:

            Game can be played on network

            shah123 wrote:

            Record the scores in the XML

            shah123 wrote:

            I never made a game before and never worked with XML file. Also i never worked in network programming

            So you want to write a quite complex application, using techniques that individually you have no idea how to use? Something here hints at course work where you have not been attending class! Anyway, my advice to you is break it down into individual parts before you try to write the entire application. I suggest you get accustomed to working with Sockets for networking, as well as reading and writing Xml files and compiling simple applications into dll's and exe's

            --- How to get answers to your questions[^]

            H 1 Reply Last reply
            0
            • J J4amieC

              shah123 wrote:

              Game can be played on network

              shah123 wrote:

              Record the scores in the XML

              shah123 wrote:

              I never made a game before and never worked with XML file. Also i never worked in network programming

              So you want to write a quite complex application, using techniques that individually you have no idea how to use? Something here hints at course work where you have not been attending class! Anyway, my advice to you is break it down into individual parts before you try to write the entire application. I suggest you get accustomed to working with Sockets for networking, as well as reading and writing Xml files and compiling simple applications into dll's and exe's

              --- How to get answers to your questions[^]

              H Offline
              H Offline
              haroon1980
              wrote on last edited by
              #6

              J4amieC thanks for ur suggestion..This is not course work but something i need to build on kind of request. This will also develop my programming techniques as i am not very expert but trying to learn many things through different applications. :)

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups