Eureka, eureka, eureka...
-
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]
Cool. nish... Brian :love: codeproject. Regards, Brian Dela :-)
-
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
Roger Wright wrote: Where did you find that relic? Don't you mean classic? Regards, Brian Dela :-)
-
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
I think that came with QBasic. There was another game as well, does anyone remember it?
Clones are people two.
-
I think that came with QBasic. There was another game as well, does anyone remember it?
Clones are people two.
Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.
-
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
Michael P Butler wrote: monkeys chuck stuff at each other? They were Bananas wern't they? David
-
Michael P Butler wrote: monkeys chuck stuff at each other? They were Bananas wern't they? David
Yep. :-D Regards, Brian Dela :-)
-
Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.
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
-
I think that came with QBasic. There was another game as well, does anyone remember it?
Clones are people two.
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
-
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]
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
-
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|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
-
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
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| -
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|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
-
Bruce Duncan wrote: There was another game as well, does anyone remember it? Snake?
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.
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
-
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]
It looks like someone is trying to diversify their resume. Good Luck. The Ten Commandments For C Programmers
-
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