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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Looking for fun project....

Looking for fun project....

Scheduled Pinned Locked Moved The Lounge
careerc++question
27 Posts 11 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.
  • R Rajesh R Subramanian

    Grimes wrote:

    I am not THAT bored...

    So, you mean people who are releasing a new OS are doing it because they are THAT bored? :-D

    It is a crappy thing, but it's life -^ Carlo Pallini

    G Offline
    G Offline
    Grimes
    wrote on last edited by
    #17

    YES! but atleast someone is paying them to endure the boredom...

    KOM UIT DAAAAA!!!

    1 Reply Last reply
    0
    • G Grimes

      Hello everybody I am not in a programming career, but I do like to program for fun (Wouldn't it be awesome if I were in a career involving programming, so that I could actually enjoy my job?). Anyway as with most things in life you get better at it the more you do it, so I am looking for something to program to practice my c++ skills, something with OOP stuff. I was wondering if anybody out there knows any games or fun programming projects that I can do. I like programming games and stuff, like Tetris, does anybody else maybe have any other ideas. This is probably a weird post or something but that's just me...

      Suffer not the unclean to live!

      S Offline
      S Offline
      smcnulty2000
      wrote on last edited by
      #18

      You can select a famous board game and do your own implementation. Sometimes these get popular. Or a weird variant on chess, like on a sphere. Or stealth chess where you can see your own pieces but not your opponent's. Then you get told when you try a move whether or not it was legal- and if it was legal you are stuck with the move but if not legal then it automatically rolls back. And you get told what piece you took if a piece is captured. The computer would automatically make illegal a move that would put you into check, it would test for stalemate, it would tell you if your move put the opponent in check but not where his king was. Lots of challenges in the interface, AI, and how the game works. Or you could do a game where each player is a squirrel trying to hop from yard to yard avoiding dogs and cats and accumulating nuts. And competing with other squirrels.

      _____________________________ Give a man a mug, he drinks for a day Teach a man to mug... -Scott M.

      G 1 Reply Last reply
      0
      • G Grimes

        Hello everybody I am not in a programming career, but I do like to program for fun (Wouldn't it be awesome if I were in a career involving programming, so that I could actually enjoy my job?). Anyway as with most things in life you get better at it the more you do it, so I am looking for something to program to practice my c++ skills, something with OOP stuff. I was wondering if anybody out there knows any games or fun programming projects that I can do. I like programming games and stuff, like Tetris, does anybody else maybe have any other ideas. This is probably a weird post or something but that's just me...

        Suffer not the unclean to live!

        R Offline
        R Offline
        rastaVnuce
        wrote on last edited by
        #19

        Join an open source project. Some of them offer tutoring for beginners, which would be very helpful if you haven't worked on an open source project before. You'll get exactly what you need... A lot of practice, a chance to learn and the satisfaction of a job well done.

        Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

        G 1 Reply Last reply
        0
        • S smcnulty2000

          You can select a famous board game and do your own implementation. Sometimes these get popular. Or a weird variant on chess, like on a sphere. Or stealth chess where you can see your own pieces but not your opponent's. Then you get told when you try a move whether or not it was legal- and if it was legal you are stuck with the move but if not legal then it automatically rolls back. And you get told what piece you took if a piece is captured. The computer would automatically make illegal a move that would put you into check, it would test for stalemate, it would tell you if your move put the opponent in check but not where his king was. Lots of challenges in the interface, AI, and how the game works. Or you could do a game where each player is a squirrel trying to hop from yard to yard avoiding dogs and cats and accumulating nuts. And competing with other squirrels.

          _____________________________ Give a man a mug, he drinks for a day Teach a man to mug... -Scott M.

          G Offline
          G Offline
          Grimes
          wrote on last edited by
          #20

          Thanks that sounds like a few good ideas! Maybe I should remake some of the old DOS games. Like 'Alley cat' (Almost like the squirrel game you suggested?). The chess game seems hard, and I am not very clued up on AI. AI scares me, to be honest I don't even like it if woman think, nevermind computers... ;P

          KOM UIT DAAAAA!!!

          M S OriginalGriffO 3 Replies Last reply
          0
          • R rastaVnuce

            Join an open source project. Some of them offer tutoring for beginners, which would be very helpful if you haven't worked on an open source project before. You'll get exactly what you need... A lot of practice, a chance to learn and the satisfaction of a job well done.

            Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

            G Offline
            G Offline
            Grimes
            wrote on last edited by
            #21

            Hey this actually sounds like a good idea as well, then I can probably also reference such projects when I am on my hands and knees begging for a job as a programmer. I will definetaly look for some opensource projects thanks!

            KOM UIT DAAAAA!!!

            1 Reply Last reply
            0
            • G Grimes

              Thanks that sounds like a few good ideas! Maybe I should remake some of the old DOS games. Like 'Alley cat' (Almost like the squirrel game you suggested?). The chess game seems hard, and I am not very clued up on AI. AI scares me, to be honest I don't even like it if woman think, nevermind computers... ;P

              KOM UIT DAAAAA!!!

              M Offline
              M Offline
              Mustafa Ismail Mustafa
              wrote on last edited by
              #22

              Grimes wrote:

              'Alley cat'

              One of my favorite games of yesteryear. Its available for free now btw :) Clickety[^]

              If the post was helpful, please vote! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

              1 Reply Last reply
              0
              • G Grimes

                Thanks that sounds like a few good ideas! Maybe I should remake some of the old DOS games. Like 'Alley cat' (Almost like the squirrel game you suggested?). The chess game seems hard, and I am not very clued up on AI. AI scares me, to be honest I don't even like it if woman think, nevermind computers... ;P

                KOM UIT DAAAAA!!!

                S Offline
                S Offline
                smcnulty2000
                wrote on last edited by
                #23

                Well, you do want to get better. Tough projects stretch you even if you don't complete them. AI doesn't have to be good on the first iteration. Or ever to accomplish your goal. Any old DOS game, or a re-envisioning of some of the stuff that came before like MULE. I've not played Alley cat but upon reading about it; yes that's the idea.

                _____________________________ Give a man a mug, he drinks for a day Teach a man to mug... -Scott M.

                1 Reply Last reply
                0
                • G Grimes

                  Hello everybody I am not in a programming career, but I do like to program for fun (Wouldn't it be awesome if I were in a career involving programming, so that I could actually enjoy my job?). Anyway as with most things in life you get better at it the more you do it, so I am looking for something to program to practice my c++ skills, something with OOP stuff. I was wondering if anybody out there knows any games or fun programming projects that I can do. I like programming games and stuff, like Tetris, does anybody else maybe have any other ideas. This is probably a weird post or something but that's just me...

                  Suffer not the unclean to live!

                  H Offline
                  H Offline
                  Harvey Saayman
                  wrote on last edited by
                  #24

                  Hey MXit recently released documentation on their protocol, so why not write a PC client for it? I did and it was loads of fun :)

                  Harvey Saayman - South Africa Software Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

                  1 Reply Last reply
                  0
                  • G Grimes

                    Hello everybody I am not in a programming career, but I do like to program for fun (Wouldn't it be awesome if I were in a career involving programming, so that I could actually enjoy my job?). Anyway as with most things in life you get better at it the more you do it, so I am looking for something to program to practice my c++ skills, something with OOP stuff. I was wondering if anybody out there knows any games or fun programming projects that I can do. I like programming games and stuff, like Tetris, does anybody else maybe have any other ideas. This is probably a weird post or something but that's just me...

                    Suffer not the unclean to live!

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

                    Write a program that lets us filter out inane posts from the Lounge, like this one.

                    "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." - Jason Jystad, 10/26/2001

                    1 Reply Last reply
                    0
                    • G Grimes

                      Thanks that sounds like a few good ideas! Maybe I should remake some of the old DOS games. Like 'Alley cat' (Almost like the squirrel game you suggested?). The chess game seems hard, and I am not very clued up on AI. AI scares me, to be honest I don't even like it if woman think, nevermind computers... ;P

                      KOM UIT DAAAAA!!!

                      OriginalGriffO Offline
                      OriginalGriffO Offline
                      OriginalGriff
                      wrote on last edited by
                      #26

                      Grimes wrote:

                      to be honest I don't even like it if woman think

                      Be glad Alison is on holiday. Be very glad!:~

                      No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                      1 Reply Last reply
                      0
                      • G Grimes

                        Hello everybody I am not in a programming career, but I do like to program for fun (Wouldn't it be awesome if I were in a career involving programming, so that I could actually enjoy my job?). Anyway as with most things in life you get better at it the more you do it, so I am looking for something to program to practice my c++ skills, something with OOP stuff. I was wondering if anybody out there knows any games or fun programming projects that I can do. I like programming games and stuff, like Tetris, does anybody else maybe have any other ideas. This is probably a weird post or something but that's just me...

                        Suffer not the unclean to live!

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

                        I tend to write games, like: Cosmic Wimpout[^] Master Mind[^] Magic Square from Merlin[^]

                        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