any old games to suggest?
-
I am surprised that Python can create so many games:rose:
diligent hands rule....
You will probably need some C++ too to get games to run at an acceptable speed :-\
-
Also, if you do find some good ones... choose ones you can get the source code to. Playing is one thing. Seeing the juju that makes it work is a whole 'nother level.
Jeremy Falcon
Do you have any sources?
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
-
Do you have any sources?
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
There are some cool open source games out there like this city builder one. Probably not beginner friendly though, but could be enough to spark curiosity. Or if you really want to go old school, there are DOS games like Nibbles. The QBasic source has been floating around the Interwebs for a while now.
Jeremy Falcon
-
There are some cool open source games out there like this city builder one. Probably not beginner friendly though, but could be enough to spark curiosity. Or if you really want to go old school, there are DOS games like Nibbles. The QBasic source has been floating around the Interwebs for a while now.
Jeremy Falcon
Jeremy Falcon wrote:
...like this city builder...
Reading that page, it looks like a life project that has sucked up some time!
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
There are always the old standbys - Go, Chess, Checkers (or Draughts), Backgammon, Reversi, ... All of these may be found on the internet, including source code.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
This is another site I have used from time to time. BrowserGames[^] It is in german, but I think you might get a good enough translation to know about what a game is using your favourite online translator. Titles I liked as a kid: Rainbow island, double bobble, snow brothers, bobble shooter, ...
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
In my teens I started with some text-based adventures. Concepts such as parsing and mapping, adapting text output to include random (but sensible) variations etc. An early graphic one I started on was an air-traffic control simulator. Never finished it but found one a few years ago in Javascript. It was buggy and lacked some usability so I extended it. Air traffic control 'simulator'[^]
Telegraph marker posts ... nothing to do with IT Phasmid email discussion group ... also nothing to do with IT Beekeeping and honey site ... still nothing to do with IT
-
Jeremy Falcon wrote:
...like this city builder...
Reading that page, it looks like a life project that has sucked up some time!
Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver
Well, at least the author didn't spend all that time on crystal meth. :laugh:
Jeremy Falcon
-
for four players, do they any special devices to play?
diligent hands rule....
ha.. nope, but the networking version of the game is painfully slow at the start of the game (because the start of the game is mostly waiting for research/build to complete, but now it's quite slow down, because each turn goes stop and wait for all player to press next..)
A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!
-
There are some cool open source games out there like this city builder one. Probably not beginner friendly though, but could be enough to spark curiosity. Or if you really want to go old school, there are DOS games like Nibbles. The QBasic source has been floating around the Interwebs for a while now.
Jeremy Falcon
this is a great one! will that city builder games lead to Metaverse?
diligent hands rule....
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
Defender was always my favourite. Played it way too much at college (and that really does date me!).
Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
I had hours of fun with [Leisure Suit Larry - Wikipedia](https://en.wikipedia.org/wiki/Leisure\_Suit\_Larry)
Check out my blog at http://msdev.pro/
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
Minesweeper, Lounge Suit Larry, Hero's Quest
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
Going to break the mould here. Can I suggest check out some old gameboy games… the graphics are simple and the programming is often also not too complex. I then recommend this playlist: [https://youtube.com/playlist?list=PLeEj4c2zF7PaFv5MPYhNAkBGrkx4iPGJo\](https://youtube.com/playlist?list=PLeEj4c2zF7PaFv5MPYhNAkBGrkx4iPGJo) I’m not sponsored here, I did this playlist myself and made a couple of gameboy games. Since the graphics are simple you can be making games in a matter of hours. Yes it is C language, but the engine/libraries take fair of most of the heavy lifting.
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....
In the early 90's there were a bunch of text-based MORG's played on dial-up. There were also a lot of text-based stand-alone games. I played Moria (as in the Mines of Moria from Lord of the Rings). You were a capital "H". All the easy monsters were lower case and the hard ones were upper case. Add a few keyboard commands for attack, move, and portal to the town to haggle for goods. Very simple but very addictive.
Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere
-
I try to introduce some old computer games to my nephew, so he can pick up some computer programming concepts. I only remember some games like Alien invasion, Tetris, Card games...
diligent hands rule....