Atari 2600 BASIC Programming (2015)
huguesjohnson.com
Atari 2600 BASIC Programming (2015)
1–10 of 16 posts
Re: Atari 2600 BASIC Programming (2015)
#2That was a false start, to say the least. There isn't a whole lot you can do with 64 bytes. After that, I begged for a Timex Sinclair 1000. 16KB of RAM isn't a whole lot, either, but it was enough to actually experiment and learn.
Re: Atari 2600 BASIC Programming (2015)
#3APL: challenge accepted
https://aplwiki.com/wiki/Conway's_Game_of_Life
A quick search has not found any implementations of an APL-family language on the 2600, so let this comment be an inspiration for one of you madlads out there to actually do it. The 2600 has only 128B of RAM, but a lot of consoles around this era had additional bankswitched RAM on the cartridges.
Re: Atari 2600 BASIC Programming (2015)
#4That said, I am perpetually amazed at what some people have been able to pull off on such a weak device. 120 bytes is nothing for memory compared to anything I have written on a modern computer; I worked very hard to optimize the shit out of my custom Swaybar, and that still took about 500kb.
The fact that games on the 2600 could even be playable is sort of an achievement in its own right, and when you see games that are actually legitimately decent (like the cassette tape version of Frogger, for example), I feel a bit of envy that I will never be that good at software.
BASIC Programming on the 2600 is similarly impressive to me. It’s not “fun” in any kind of objective sense, you can’t really do a lot with it, but the fact that there exists a programming environment in any capacity running directly on there is an impressive bit of engineering.
Re: Atari 2600 BASIC Programming (2015)
#5I will be honest and admit that I don’t find most Atari 2600 games to actually be fun; there’s a few gems like Warlords and and Pitfall and Pitfall 2, but I don’t think that home console games started getting really good until the Colecovision. That said, I am perpetually amazed at what some people have been able to pull off on such a weak device. 120 bytes is nothing for memory compared to anything I have written on…
https://en.wikipedia.org/wiki/Shannon_number and https://en.wikipedia.org/wiki/Video_Chess provide some interesting background reading.
Re: Atari 2600 BASIC Programming (2015)
#6At 12 years old in 1980, I bought Atari BASIC Programming (it wasn't yet called the 2600). Minutes after plugging it in, the idea of a computer clicked for me. That quickly led to getting bored with that game system and convincing my parents to buy me a "real" computer. Eventually that led to a long career as a software developer. Thanks for opening that door for me Atari BASIC Programming!
Re: Atari 2600 BASIC Programming (2015)
#7I will be honest and admit that I don’t find most Atari 2600 games to actually be fun; there’s a few gems like Warlords and and Pitfall and Pitfall 2, but I don’t think that home console games started getting really good until the Colecovision. That said, I am perpetually amazed at what some people have been able to pull off on such a weak device. 120 bytes is nothing for memory compared to anything I have written on…
Re: Atari 2600 BASIC Programming (2015)
#8Re: Atari 2600 BASIC Programming (2015)
#9I will be honest and admit that I don’t find most Atari 2600 games to actually be fun; there’s a few gems like Warlords and and Pitfall and Pitfall 2, but I don’t think that home console games started getting really good until the Colecovision. That said, I am perpetually amazed at what some people have been able to pull off on such a weak device. 120 bytes is nothing for memory compared to anything I have written on…
You should check out what the homebrew scene has made. I bought an old system, and garbage picked a CRT, just to play them. Started with Medieval Mayhem, a Warlords remake closer to the arcade version. Then I went on a years long obsession. Champ Games makes great stuff and has taken over distribution of some games AtariAge doesn't do since "Atari" bought them.
It's quite a feat.
Re: Atari 2600 BASIC Programming (2015)
#10In any programming language it's an interesting challenge to fit an entire functional program into under 140 characters. APL: challenge accepted https://aplwiki.com/wiki/Conway's_Game_of_Life A quick search has not found any implementations of an APL-family language on the 2600, so let this comment be an inspiration for one of you madlads out there to actually do it. The 2600 has only 128B of RAM, but a lot of consol…
Also, the "Decker" Hypercard-alike has a K-inspired language that is pretty nice. (Yes, much more modern, but still feels a bit like something "of that era".)