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. The Lounge
  3. Looking for a new hobbie, the most easy programming language for writing games?

Looking for a new hobbie, the most easy programming language for writing games?

Scheduled Pinned Locked Moved The Lounge
graphicsquestionlearning
50 Posts 29 Posters 4 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.
  • M mAreValo

    I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

    N Offline
    N Offline
    Nish Nishant
    wrote on last edited by
    #2

    XNA on Windows Phone 7.

    Regards, Nish


    My technology blog: voidnish.wordpress.com

    R N 2 Replies Last reply
    0
    • M mAreValo

      I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #3

      mAreValo wrote:

      i feel my mind is getting slower

      Even slower than when you were a VB programmer? :omg: :wtf: :omg: :wtf: :wtf: :omg: :wtf: :omg: :omg: :omg: :wtf:

      mAreValo wrote:

      Recommendations are welcome... Big Grin

      Assembler... Oh come on, be a man about it! ;)

      "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

      M 1 Reply Last reply
      0
      • N Nish Nishant

        XNA on Windows Phone 7.

        Regards, Nish


        My technology blog: voidnish.wordpress.com

        R Offline
        R Offline
        Rob Graham
        wrote on last edited by
        #4

        You wrote that with a straight face, right?

        N 1 Reply Last reply
        0
        • R Rob Graham

          You wrote that with a straight face, right?

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #5

          It's not that bad really :-)

          Regards, Nish


          My technology blog: voidnish.wordpress.com

          1 Reply Last reply
          0
          • L Lost User

            mAreValo wrote:

            i feel my mind is getting slower

            Even slower than when you were a VB programmer? :omg: :wtf: :omg: :wtf: :wtf: :omg: :wtf: :omg: :omg: :omg: :wtf:

            mAreValo wrote:

            Recommendations are welcome... Big Grin

            Assembler... Oh come on, be a man about it! ;)

            "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

            M Offline
            M Offline
            mAreValo
            wrote on last edited by
            #6

            I'm not coding for a living, just for hobby, so i think assembler maybe is too much, i still want to sleep you know, as a VB developer i really get used to it :cool:

            L 1 Reply Last reply
            0
            • M mAreValo

              I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

              N Offline
              N Offline
              Nemanja Trifunovic
              wrote on last edited by
              #7

              If the ease of programming is your major concern, I'd look into game programming with Python[^]

              utf8-cpp

              P L 2 Replies Last reply
              0
              • M mAreValo

                I'm not coding for a living, just for hobby, so i think assembler maybe is too much, i still want to sleep you know, as a VB developer i really get used to it :cool:

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #8

                just joking about assembler. It sucks. I just have to be able to read it to do my job. And its painfull. sooooooo painfull. Especialy all the different platforms and how they order parameters! Arrrgggggghhhh!

                "It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation." Bob Carter, Research Professor of Geology, James Cook University, Townsville

                1 Reply Last reply
                0
                • M mAreValo

                  I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

                  A Offline
                  A Offline
                  AspDotNetDev
                  wrote on last edited by
                  #9

                  I'll second a vote for XNA (though just for Windows, not for XBox or the Windows Phone 7). That may require you to learn C# (though it's very similar to VB.Net). And if you buy a USB wireless XBox controller, that makes it even more fun. I implemented controller logic for the OmniSnake pseudo-game I started making. Was pretty fun.

                  [Forum Guidelines]

                  F M 2 Replies Last reply
                  0
                  • N Nemanja Trifunovic

                    If the ease of programming is your major concern, I'd look into game programming with Python[^]

                    utf8-cpp

                    P Offline
                    P Offline
                    Pualee
                    wrote on last edited by
                    #10

                    If your going that route: Free Game Engine Had to use it in school. Not too bad, not that I would know otherwise. It was used for some production games at one time or another.

                    1 Reply Last reply
                    0
                    • M mAreValo

                      I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

                      D Offline
                      D Offline
                      dan sh
                      wrote on last edited by
                      #11

                      XNA. I too have just started to really write game libraries and it is quite interesting. On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                      Finally is not executed always. As told by Sir Pete and PiebaldConsult. Go figure.

                      S 1 Reply Last reply
                      0
                      • D dan sh

                        XNA. I too have just started to really write game libraries and it is quite interesting. On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                        Finally is not executed always. As told by Sir Pete and PiebaldConsult. Go figure.

                        S Offline
                        S Offline
                        Single Step Debugger
                        wrote on last edited by
                        #12

                        d@nish wrote:

                        On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                        ?

                        There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                        D L D 3 Replies Last reply
                        0
                        • S Single Step Debugger

                          d@nish wrote:

                          On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                          ?

                          There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                          D Offline
                          D Offline
                          dan sh
                          wrote on last edited by
                          #13

                          Call of Duty[^]

                          Finally is not executed always. As told by Sir Pete and PiebaldConsult. Go figure.

                          1 Reply Last reply
                          0
                          • S Single Step Debugger

                            d@nish wrote:

                            On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                            ?

                            There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                            L Offline
                            L Offline
                            LloydA111
                            wrote on last edited by
                            #14

                            Have you not heard of Call of Duty?! :omg: It has to be one of the best selling game series's EVER.


                            See if you can crack this: fb29a481781fe9b3fb8de57cda45fbef

                            The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

                            D S 2 Replies Last reply
                            0
                            • M mAreValo

                              I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

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

                              If you want to have real fun, may I recommend Unity[^]? There's a free version to play around with.

                              I'm not a stalker, I just know things. Oh by the way, you're out of milk.

                              Forgive your enemies - it messes with their heads

                              My blog | My articles | MoXAML PowerToys | Onyx

                              W M 2 Replies Last reply
                              0
                              • S Single Step Debugger

                                d@nish wrote:

                                On a lighter note, try re-creating Call of Duty - Black Ops in VB6 (will blow your brain apart for sure).

                                ?

                                There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                                D Offline
                                D Offline
                                Dan Mos
                                wrote on last edited by
                                #16

                                Deyan Georgiev wrote:

                                ?

                                Yes. You speak truth but only partially cause

                                ! & . \ / > < | ~ @ ; : ...

                                :)

                                All the best, Dan

                                S 1 Reply Last reply
                                0
                                • L LloydA111

                                  Have you not heard of Call of Duty?! :omg: It has to be one of the best selling game series's EVER.


                                  See if you can crack this: fb29a481781fe9b3fb8de57cda45fbef

                                  The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

                                  D Offline
                                  D Offline
                                  Dan Mos
                                  wrote on last edited by
                                  #17

                                  I think, he didn't make much sense of the whole statement. Like writting COD in C#/XNA would be a blast. !

                                  All the best, Dan

                                  1 Reply Last reply
                                  0
                                  • L LloydA111

                                    Have you not heard of Call of Duty?! :omg: It has to be one of the best selling game series's EVER.


                                    See if you can crack this: fb29a481781fe9b3fb8de57cda45fbef

                                    The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

                                    S Offline
                                    S Offline
                                    Single Step Debugger
                                    wrote on last edited by
                                    #18

                                    I’m 48 level with 1800 kills, looking forward to enter the “prestige“ mode sometime this week. My amusement was caused from the usage of COD and VB in one sentence.

                                    There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                                    L D 2 Replies Last reply
                                    0
                                    • P Pete OHanlon

                                      If you want to have real fun, may I recommend Unity[^]? There's a free version to play around with.

                                      I'm not a stalker, I just know things. Oh by the way, you're out of milk.

                                      Forgive your enemies - it messes with their heads

                                      My blog | My articles | MoXAML PowerToys | Onyx

                                      W Offline
                                      W Offline
                                      Wjousts
                                      wrote on last edited by
                                      #19

                                      I played with Unity a little, it's actually quite good.

                                      1 Reply Last reply
                                      0
                                      • D Dan Mos

                                        Deyan Georgiev wrote:

                                        ?

                                        Yes. You speak truth but only partially cause

                                        ! & . \ / > < | ~ @ ; : ...

                                        :)

                                        All the best, Dan

                                        S Offline
                                        S Offline
                                        Single Step Debugger
                                        wrote on last edited by
                                        #20

                                        :-D

                                        There is only one Ashley Judd and Salma Hayek is her prophet! Advertise here – minimum three posts per day are guaranteed.

                                        1 Reply Last reply
                                        0
                                        • M mAreValo

                                          I used to be a developer in VB [insert sarcastic note here!], and after a couple of years without coding, i feel my mind is getting slower. So i was thinking about a new hobby and start writing games, only to remember how good it felt to solve something and give some healthy work for my brain. I'm not thinking about fancy graphics and anything like that, just in learning the logic to implement some situations (turn by turn battles, etc.) Recommendations are welcome... :-D

                                          realJSOPR Offline
                                          realJSOPR Offline
                                          realJSOP
                                          wrote on last edited by
                                          #21

                                          Basic (isn't that why they call it that?)

                                          .45 ACP - because shooting twice is just silly
                                          -----
                                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                          -----
                                          "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                                          N 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