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. Games In C#

Games In C#

Scheduled Pinned Locked Moved C#
csharp
16 Posts 7 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.
  • E Eduard Keilholz

    Yep, you can and pretty good! You have to be more specific though, what kind of game would you like to develop....

    .: I love it when a plan comes together :. http://www.zonderpunt.nl

    K Offline
    K Offline
    Krazy Programmer
    wrote on last edited by
    #6

    I came to know that Arena Wars is developed in C# want to know what are the basic requirements for developing a game i mean to say which classes i need to know ........... Thank You Eduard Keilholz I appreciate proper reply's

    Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

    E 1 Reply Last reply
    0
    • M MarkB777

      You can make a game in any language mate... Try "XNA" or "DirectX" in a google search though if you want specific game building frameworks. Mark.

      K Offline
      K Offline
      Krazy Programmer
      wrote on last edited by
      #7

      Thanks for replying MarkBrock.. Can you give me a example of that game ... I know asking for a code is a horrible thing ... still any suggestions are welcome ...

      Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

      M 1 Reply Last reply
      0
      • P Pete OHanlon

        ALT + F4 wrote:

        Can we write Games in C# ......other than board games Please send the links ....

        Yes and No. Now, it's up to you to guess which answer goes with which part of your post. [Hint]There's this new-fangled technology that you probably haven't heard of called a search-engine that might, just possibly, be able to search for answers for you[/Hint].

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

        My blog | My articles

        K Offline
        K Offline
        Krazy Programmer
        wrote on last edited by
        #8

        Thank You Pete O hanlon I am following your hint want to say ....."a unexpected reply from a expected person "

        Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

        1 Reply Last reply
        0
        • K Krazy Programmer

          I came to know that Arena Wars is developed in C# want to know what are the basic requirements for developing a game i mean to say which classes i need to know ........... Thank You Eduard Keilholz I appreciate proper reply's

          Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

          E Offline
          E Offline
          Eduard Keilholz
          wrote on last edited by
          #9

          Yeah, well there's a kind of framework vor game development called DirectX, it contains several classes for handling graphics, sound, user input (joysticks etc) everything your game needs. Since a while Microsoft brought an environment called XNA which you can use to develop games. It uses DirectX, but DirectX may become pretty complicated, XNA helps you out a lot of times, but don't underestimate game developers, you cannot just write a game like typing a letter in Word or so...

          .: I love it when a plan comes together :. http://www.zonderpunt.nl

          1 Reply Last reply
          0
          • K Krazy Programmer

            Thanks for replying MarkBrock.. Can you give me a example of that game ... I know asking for a code is a horrible thing ... still any suggestions are welcome ...

            Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

            M Offline
            M Offline
            MarkB777
            wrote on last edited by
            #10

            I see you mentioned Arena Wars above, is that the sort of game you want to try and make? You need to understand that the question you are asking is very vague. If you want to build a simple windows game you can make it using a basic windows form and a picture box. If you want to build something a bit more visually appealing (like Arena Wars) then your going down the road of DirectX and XNA - which is more complicated. If you want to develop using DirectX in C#, google search and download the DirectX SDK. But I would recommend you google 'XNA' (and download it) and use that to start with. Game programming is fun - but it takes a lot of work and patience to get a firm grip on all the different technologies and platforms you can develop with. Mark.

            K 1 Reply Last reply
            0
            • M MarkB777

              I see you mentioned Arena Wars above, is that the sort of game you want to try and make? You need to understand that the question you are asking is very vague. If you want to build a simple windows game you can make it using a basic windows form and a picture box. If you want to build something a bit more visually appealing (like Arena Wars) then your going down the road of DirectX and XNA - which is more complicated. If you want to develop using DirectX in C#, google search and download the DirectX SDK. But I would recommend you google 'XNA' (and download it) and use that to start with. Game programming is fun - but it takes a lot of work and patience to get a firm grip on all the different technologies and platforms you can develop with. Mark.

              K Offline
              K Offline
              Krazy Programmer
              wrote on last edited by
              #11

              Thanks for Your Valuable Reply..... I hope with practice and efforts i can learn using XNA,DIRECTX ....for developing games

              Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

              P P 2 Replies Last reply
              0
              • K Krazy Programmer

                Thanks for Your Valuable Reply..... I hope with practice and efforts i can learn using XNA,DIRECTX ....for developing games

                Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

                P Offline
                P Offline
                papadimitriou
                wrote on last edited by
                #12

                look at this classic http://nehe.gamedev.net/[^] i use opengl for 3d rendering opensource projects like Tao http://www.taoframework.com/[^] and axiom http://axiomengine.sourceforge.net/wiki/index.php/Main_Page[^] you can find many more

                f(yf) = yf

                1 Reply Last reply
                0
                • K Krazy Programmer

                  Thanks for Your Valuable Reply..... I hope with practice and efforts i can learn using XNA,DIRECTX ....for developing games

                  Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

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

                  Games programming is an incredibly complex topic. As mentioned, there's XNA/DirectX and also OpenGL. Then there's 2D and 3D. I would strongly recommend that you buy books on the area you are interested in and learn from those. Start off by learning the basic principals in 2D before attempting 3D - you really don't want to end up being discouraged early on. If you are going the XNA route, there's a good games engine called Torque (by Garage Games) that coexists with it. This has lots of samples for you to work through, and could be a good place to start.

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

                  My blog | My articles

                  K 1 Reply Last reply
                  0
                  • P Pete OHanlon

                    Games programming is an incredibly complex topic. As mentioned, there's XNA/DirectX and also OpenGL. Then there's 2D and 3D. I would strongly recommend that you buy books on the area you are interested in and learn from those. Start off by learning the basic principals in 2D before attempting 3D - you really don't want to end up being discouraged early on. If you are going the XNA route, there's a good games engine called Torque (by Garage Games) that coexists with it. This has lots of samples for you to work through, and could be a good place to start.

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

                    My blog | My articles

                    K Offline
                    K Offline
                    Krazy Programmer
                    wrote on last edited by
                    #14

                    Thanks a lot for the reply's ..thanks to codeproject too I have found where to initiate

                    Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

                    1 Reply Last reply
                    0
                    • K Krazy Programmer

                      Can we write Games in C# ......other than board games Please send the links ....

                      Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

                      G Offline
                      G Offline
                      GuyThiebaut
                      wrote on last edited by
                      #15

                      Clickety :)

                      You always pass failure on the way to success.
                      1 Reply Last reply
                      0
                      • K Krazy Programmer

                        Can we write Games in C# ......other than board games Please send the links ....

                        Dont Get Paid for the Hours you worked, Get Paid for the Work You Have Done in an Hour.

                        P Offline
                        P Offline
                        PIEBALDconsult
                        wrote on last edited by
                        #16

                        ALT + F4 wrote:

                        other than board games

                        Sure; card games, dice games... Probably not reindeer games though. :(

                        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