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. Eureka, eureka, eureka...

Eureka, eureka, eureka...

Scheduled Pinned Locked Moved The Lounge
csharphtmlcomtoolslearning
21 Posts 16 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.
  • N Nish Nishant

    NishGwBasic.JPG (27.1 Kb) Nish :jig:


    "I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

    B Offline
    B Offline
    Brian Delahunty
    wrote on last edited by
    #7

    Cool. nish... Brian :love: codeproject. Regards, Brian Dela :-)

    1 Reply Last reply
    0
    • R Roger Wright

      Aw, that's so cute, Nish!:-) Where did you find that relic? And does it support LPRINT properly from a Windows DOS box? "Please don't put cigarette butts in the urinal. It makes them soggy and hard to light" - Sign in a Bullhead City, AZ Restroom

      B Offline
      B Offline
      Brian Delahunty
      wrote on last edited by
      #8

      Roger Wright wrote: Where did you find that relic? Don't you mean classic? Regards, Brian Dela :-)

      1 Reply Last reply
      0
      • M Michael P Butler

        Does it still have that game where monkeys chuck stuff at each other? Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

        B Offline
        B Offline
        Bruce Duncan
        wrote on last edited by
        #9

        I think that came with QBasic. There was another game as well, does anyone remember it?

        Clones are people two.

        P B 2 Replies Last reply
        0
        • B Bruce Duncan

          I think that came with QBasic. There was another game as well, does anyone remember it?

          Clones are people two.

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #10

          Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?

          Paul Watson
          Bluegrass
          Cape Town, South Africa

          brianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.

          J S 2 Replies Last reply
          0
          • M Michael P Butler

            Does it still have that game where monkeys chuck stuff at each other? Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

            D Offline
            D Offline
            David Cunningham
            wrote on last edited by
            #11

            Michael P Butler wrote: monkeys chuck stuff at each other? They were Bananas wern't they? David

            B 1 Reply Last reply
            0
            • D David Cunningham

              Michael P Butler wrote: monkeys chuck stuff at each other? They were Bananas wern't they? David

              B Offline
              B Offline
              Brian Delahunty
              wrote on last edited by
              #12

              Yep. :-D Regards, Brian Dela :-)

              1 Reply Last reply
              0
              • P Paul Watson

                Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?

                Paul Watson
                Bluegrass
                Cape Town, South Africa

                brianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.

                J Offline
                J Offline
                James T Johnson
                wrote on last edited by
                #13

                Paul Watson wrote: Snake The versions I saw were called Nibbles, but I think we're thinking of the same game. A snake moves around on the screen, as you eat 'fruit' the snake grows and moves faster. If the snake hits itself you would either game over or lose a life. Some versions added in levels where there were walls you had to avoid as well. James "It is self repeating, of unknown pattern" Data - Star Trek: The Next Generation

                J 1 Reply Last reply
                0
                • B Bruce Duncan

                  I think that came with QBasic. There was another game as well, does anyone remember it?

                  Clones are people two.

                  B Offline
                  B Offline
                  Brad Jennings
                  wrote on last edited by
                  #14

                  Yeah, we used to play that on the computers at school in about 1997. That was a cool game. Nothing quite like throwing banana bombs at each other.:) Brad Jennings "You're mom is nice. Mind if I go out with her?" - Jörgen Sigvardsson

                  1 Reply Last reply
                  0
                  • N Nish Nishant

                    NishGwBasic.JPG (27.1 Kb) Nish :jig:


                    "I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                    B Offline
                    B Offline
                    Brad Jennings
                    wrote on last edited by
                    #15

                    That brings back memories of writing Apple Basic code back when I first started programming. I was a little behind the times so I never programmed in QBasic or GWBasic but instead jumped from Apple Basic to C++. Those were the days... Brad Jennings "You're mom is nice. Mind if I go out with her?" - Jörgen Sigvardsson

                    1 Reply Last reply
                    0
                    • O Olli

                      Those were the good ole days.... When you were able to print out text in only 2 lines of code...:(( Good old times :)

                      Olli Make it idiot proof and someone will make a better idiot......
                      :beer: + :java: = NULL :=> X|

                      W Offline
                      W Offline
                      William E Kempf
                      wrote on last edited by
                      #16

                      Olli wrote: Those were the good ole days.... When you were able to print out text in only 2 lines of code... #include <iostream> int main() { std::cout << "Hello, World" << std::endl; } There... I printed out text in only 2 lines of code. So what's your point? ;) :-D William E. Kempf

                      O 1 Reply Last reply
                      0
                      • W William E Kempf

                        Olli wrote: Those were the good ole days.... When you were able to print out text in only 2 lines of code... #include <iostream> int main() { std::cout << "Hello, World" << std::endl; } There... I printed out text in only 2 lines of code. So what's your point? ;) :-D William E. Kempf

                        O Offline
                        O Offline
                        Olli
                        wrote on last edited by
                        #17

                        William E. Kempf wrote: There... I printed out text in only 2 lines of code. So what's your point? Err, maybe right, but I am forced to use Windows, one of those new-fashioned operating systems:omg:, and there it's not done in one line to print out som text in the front-end...;);) ;P

                        Olli Make it idiot proof and someone will make a better idiot......
                        :beer: + :java: = NULL :=> X|

                        W 1 Reply Last reply
                        0
                        • O Olli

                          William E. Kempf wrote: There... I printed out text in only 2 lines of code. So what's your point? Err, maybe right, but I am forced to use Windows, one of those new-fashioned operating systems:omg:, and there it's not done in one line to print out som text in the front-end...;);) ;P

                          Olli Make it idiot proof and someone will make a better idiot......
                          :beer: + :java: = NULL :=> X|

                          W Offline
                          W Offline
                          William E Kempf
                          wrote on last edited by
                          #18

                          Really? Hmm... coulda sworn I did that with VC++ and got the same results as Nish. Now, let's see Nish do GUI programming with results the same as the "Hello World" from Petzold using his GWBasic. ;) William E. Kempf

                          1 Reply Last reply
                          0
                          • P Paul Watson

                            Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?

                            Paul Watson
                            Bluegrass
                            Cape Town, South Africa

                            brianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.

                            S Offline
                            S Offline
                            Senkwe Chanda
                            wrote on last edited by
                            #19

                            Paul Watson wrote: Snake? Yep, I became so good at it that I could finish all the levels three times over until I got bored :-) It had an interesting bug though, sometimes, when you finish all the little apples and exit via the trap door, the next level doesn't start, you just remain with a room full of apples piling up. What's the difference between a C++ programmer and God? God knows he's not a C++ programmer : anon

                            1 Reply Last reply
                            0
                            • N Nish Nishant

                              NishGwBasic.JPG (27.1 Kb) Nish :jig:


                              "I'm a bit bored at the moment so I'm thinking about writing a new programming language" - Colin Davies My book :- Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                              R Offline
                              R Offline
                              Rick York
                              wrote on last edited by
                              #20

                              It looks like someone is trying to diversify their resume. Good Luck. The Ten Commandments For C Programmers

                              1 Reply Last reply
                              0
                              • J James T Johnson

                                Paul Watson wrote: Snake The versions I saw were called Nibbles, but I think we're thinking of the same game. A snake moves around on the screen, as you eat 'fruit' the snake grows and moves faster. If the snake hits itself you would either game over or lose a life. Some versions added in levels where there were walls you had to avoid as well. James "It is self repeating, of unknown pattern" Data - Star Trek: The Next Generation

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

                                Still have both of them (Nibbles and Gorilla) on my HD. :)

                                "Do unto others as you would have them do unto you." - Jesus
                                "An eye for an eye only makes the whole world blind." - Mahatma Gandhi

                                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