It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
As for this thread, my oldest daughter just turned 10 and she knows how to use a computer but I really want to put her through coding classes or anything computer related to getting her ready for the modern age we live in.
originally posted by: Namdru
Limit internet access to this website:
www.learnpython.org...
Get them to learn Python. It's the Basic of our era.
originally posted by: lordcomac
I don't have input on classes, but when I was a kid we had this game called gorillas.
it was a two player game, written in basic, I believe. It came on the same disk as nibbles.
In gorillas, you had a skyline across the screen, and your two players were standing ontop of the buildings. There was a wind reading up top.
Each player took turns entering in some variables, and they were used to throw a banana- which exploded on impact. Goal of the game, hit the other player.
I don't remember the variables- something like angle and power for the throw. The wind made it difficult, but otherwise fun.
I learned more messing with the code in those two games as a kid than I learned in college.
Tearing apart the code, you can change any aspect of the game- and the whole thing wasn't more than a few pages of code, so over time I was able to work out how the language worked. Obviously you start with fun things- like changing the size of the explosion the banana makes... but you take it from there. Eventually you can re-write the game as you see fit, because you have an understanding of the language.
Nibbles was just snakes before they changed the name.
Years later, I had a ti-86 calculator, and was able to write my own game of snakes on it- they support the same (or similar) language.
Here it is! it was qbasic. I was close.
If you looked around I'm sure someone has the source code out there.
classicreload.com...
originally posted by: PraetorianAZ
As for this thread, my oldest daughter just turned 10 and she knows how to use a computer but I really want to put her through coding classes or anything computer related to getting her ready for the modern age we live in.