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. Anyone got a project idea?

Anyone got a project idea?

Scheduled Pinned Locked Moved The Lounge
csharpdotnetgame-devquestion
16 Posts 9 Posters 1 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.
  • L Lost User

    Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

    static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

    W Offline
    W Offline
    Weiye Chen
    wrote on last edited by
    #2

    I once thought of creating my own online blog which i can add/update/delete entries with my mobile phone/device. :cool:

    Weiye Chen Time may have changed my life, but my heart remains the same to you... Time may have changed my heart, but my love for you never change...

    1 Reply Last reply
    0
    • L Lost User

      Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

      static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #3

      Henize wrote:

      What would be something that you people would download or buy?

      How about a robot that can clip my toenails? :rolleyes:

      Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

      A W L L 4 Replies Last reply
      0
      • J Jeremy Falcon

        Henize wrote:

        What would be something that you people would download or buy?

        How about a robot that can clip my toenails? :rolleyes:

        Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

        A Offline
        A Offline
        Allah On Acid
        wrote on last edited by
        #4

        Jeremy Falcon wrote:

        How about a robot that can clip my toenails?

        That is creative. :doh:

        1 Reply Last reply
        0
        • J Jeremy Falcon

          Henize wrote:

          What would be something that you people would download or buy?

          How about a robot that can clip my toenails? :rolleyes:

          Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

          W Offline
          W Offline
          Weiye Chen
          wrote on last edited by
          #5

          Jeremy Falcon wrote:

          How about a robot that can clip my toenails?

          That's tricky. How do you ensure that the robot will not be clipping anywhere pointy other than your toenails? :rolleyes:

          Weiye Chen Time may have changed my life, but my heart remains the same to you... Time may have changed my heart, but my love for you never change...

          1 Reply Last reply
          0
          • L Lost User

            Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

            static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

            P Offline
            P Offline
            Phil Martin
            wrote on last edited by
            #6

            Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil

            J B 2 Replies Last reply
            0
            • L Lost User

              Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

              static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

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

              I would like a code generator that can take a c++ library and produce a managed c++ wrapper so that the c++ library can be used by c# etc. I dont know how feasible this would be

              1 Reply Last reply
              0
              • P Phil Martin

                Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil

                J Offline
                J Offline
                J Dunlap
                wrote on last edited by
                #8

                :-D I was going to suggest that, but it is actually a little ambitious for what he's looking for. ;)

                1 Reply Last reply
                0
                • J Jeremy Falcon

                  Henize wrote:

                  What would be something that you people would download or buy?

                  How about a robot that can clip my toenails? :rolleyes:

                  Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

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

                  A chainsaw with a drill on the end should do the trick. Just start it up, set in on the floor and kick it a few times. No programming required.:rolleyes:

                  static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

                  1 Reply Last reply
                  0
                  • L Lost User

                    Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

                    static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

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

                    You can get some ideas from this[^]. There is this[^] project, which I really like. Let me know if you get any idea from these projects. :-D

                    Adios . ! . ::..:.:..:: KiRtAN GoR ::..:.:..::

                    L 1 Reply Last reply
                    0
                    • L Lost User

                      You can get some ideas from this[^]. There is this[^] project, which I really like. Let me know if you get any idea from these projects. :-D

                      Adios . ! . ::..:.:..:: KiRtAN GoR ::..:.:..::

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

                      A game sounds like a fun project to work on, only if I can get my A* algorithm to work:doh: XAML and Avalon looks fun too, I cant wait to get .NET 3.0.

                      static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

                      L 1 Reply Last reply
                      0
                      • J Jeremy Falcon

                        Henize wrote:

                        What would be something that you people would download or buy?

                        How about a robot that can clip my toenails? :rolleyes:

                        Jeremy Falcon A multithreaded, OpenGL-enabled application.[^]

                        L Offline
                        L Offline
                        leppie
                        wrote on last edited by
                        #12

                        You mean Wife 2.0 is obsolete??? :rolleyes:

                        **

                        xacc.ide-0.2.0.57 - now with C# 2.0 parser and seamless VS2005 solution support!

                        **

                        1 Reply Last reply
                        0
                        • L Lost User

                          A game sounds like a fun project to work on, only if I can get my A* algorithm to work:doh: XAML and Avalon looks fun too, I cant wait to get .NET 3.0.

                          static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

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

                          Henize wrote:

                          I cant wait to get .NET 3.0

                          Even though most of us here hate Microsoft, it's C000000L. :-D :-D :-D :badger: :badger: :badger:

                          Adios . ! . ::..:.:..:: KiRtAN GoR ::..:.:..::

                          1 Reply Last reply
                          0
                          • L Lost User

                            Im a hobbiest C# programmer. I know the C# 2.0 language, .NET Framework and CLR pretty well. I am on the hunt for a new project to work on. What would be something that you people would download or buy? I need something that is not a monster, Im a lone developer so I cant take on a giant project. I have two projects under developement right now. Im adding some AI to a simple game of mine for which the AI is finnished(just need to integrate the .dll into the game) and a hex editor for which most of it is done. I need something new and it needs to be usefull or cool. I will post it on codeproject when Im done with it so if you guys can think of something you want let me know.

                            static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

                            B Offline
                            B Offline
                            Bert Otherside82 Derijckere
                            wrote on last edited by
                            #14

                            What about a file compare tool for binary files, since you already have a hex editor, it might be usefull to extend it.

                            L 1 Reply Last reply
                            0
                            • P Phil Martin

                              Just a couple of posts down there was a post about a photo organisation program. It seems like a fitting project to me.b You even have a feature list to work from! :) - Phil

                              B Offline
                              B Offline
                              Brady Kelly
                              wrote on last edited by
                              #15

                              Is it coincidence that on the way to work this morning I tought of doing one of those, especially to include a photo 'safety' rating feature, so that when you view the snaps of your debauched holiday, to can flag some to just not be there when you show your parents/children/wife the photos.

                              1 Reply Last reply
                              0
                              • B Bert Otherside82 Derijckere

                                What about a file compare tool for binary files, since you already have a hex editor, it might be usefull to extend it.

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

                                How would I present the comparison to the user?

                                static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

                                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