frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

History of “Adventure” for the Atari 2600

https://www.atariarchive.org/blog/adventure-march-1980/
107•coldpie•1mo ago

Comments

staplung•1mo ago
Robot Chicken "advertisement" for Adventure.

https://www.youtube.com/watch?v=rNK44eqvP38

And of course, the "someone get this freakin duck away from me!"

https://www.youtube.com/watch?v=OOQDtZg0sCo

zzzeek•1mo ago
I found the easter egg in Adventure on my own, however, this was using the method of turning the 2600 power switch on and off really fast which caused the game to boot into a semi broken mode where one of those thin vertical black lines would be moved over, such that you could go under it. that's how I got into the room. I thought if I kept experimenting like this I'd find the source code for the game, but that didn't happen. learned about the dot some years later.
Dwedit•1mo ago
When you bring the dot into the screen with the wall, the wall turns light gray to match the background color. Yet the wall is still there, and still drawn on top of the background and player.

Someone might be misled into thinking that the color change has some effect on how the collision detection works, thinking that because the background and wall are the same color, the collision detection must not work anymore. But this is not the case, the game logic is actually checking that the dot is changing the wall color in order to disable collision for the wall.

31337Logic•1mo ago
Yo!!!!!

I thought I was the only one that knew/did this! I also did this on my Pitfall 2 (awesome soundtrack, btw) and watch Harry fall through the otherwise solid ground, landing directly beside the gold monkey (or whatever it was) to instantly win the game!! Good times. ;^)

corysama•1mo ago
In the https://benfry.com/distellamap/ for Adventure, you can see the "Created By" easter egg plainly in the sprite data :)
_JamesA_•1mo ago
Play Atari 2600 Adventure online.

https://atarionline.org/atari-2600/adventure

Dwedit•1mo ago
I once ported the game into Flash, using a disassembly of the game as reference. I had it on my website, but it got DMCA-ed off for trademark reasons.
Dwedit•1mo ago
This game is quite simple in how it uses the Atari 2600 hardware. Atari Hardware can draw exactly 6 things on a scanline: Playfield, Ball, Sprite 1, Sprite 2, Missile 1, Missile 2. So Adventure made the player be the Ball, the thin walls (seen on two rooms) be the missile, and two of game objects become the two sprites. There is also the torch-light sprite that can take the place of one of the game objects in dark rooms, drawn behind the background.

The game makes no attempt at all to re-use a sprite slot for another sprite appearing further down the screen. It's just two sprites, then no more.

The game also uses the hardware's pixel-level collision detection to check for collisions rather than bounding boxes, so when the sprites are flickering, they cannot collide with the player. But collision detection is not the only way that objects can interact, there's also the Bat and Magnet, or the dragons having objects to guard/run away from. The bridge also makes the game ignore player collisions for a particular bounding box inside the bridge.

canucker2016•1mo ago
...in 4KB.

Racing the beam - https://en.wikipedia.org/wiki/Racing_the_Beam

Dwedit•1mo ago
Adventure kept it small mainly by indirection. Each room has a pointer for its graphics, 4 exit locations, and the color/darkness flags. The game doesn't need to do anything special to handle most rooms, so that keeps the code size pretty small. And because it's using pointers to graphics data, room data can even start in the middle of another room's data, so things like a bottom barrier can become a top barrier in the next room to use that data.

The only real time you need to handle things specially is that some room exits are conditional based on whether Game 1 is selected or not.

Because it was so simple to reuse the rooms, there was enough empty space in there for the Easter egg. The "Created by Warren Robinett" sprite alone is a whopping 96 bytes of sprite data.

But you don't need all that much special code to get the Easter egg into the game. You define one additional room that reuses an existing room layout, and add one more sprite to the list of sprites. The sprite is pre-placed in the new room, as defined by the data that initializes all the game objects. The code for the dot mostly uses the existing code for objects, you can pick up and drop objects already, and the dot is no different in that respect. There is a little bit of added code for removing the right side barrier when it's in the correct sprite slot (easy to happen when three objects are in the room), and there's also a little bit of extra code to override the right-side exit for the room.

rolph•1mo ago
if you played adventure:

https://news.ycombinator.com/item?id=35571077

socalgal2•1mo ago
There's a kinda remake/update/reimagined version of "Adventure" for iOS called Pixa

https://apps.apple.com/us/app/pixa/id826977016

I'm old, I played the original "Adventure" for the Atari 2600 to death when I was a kid and am a huge fan . And, personally I really liked Pixa. I thought they did a good job of translating it to something interesting with mobile controls and I "cleared it". I suspect maybe only oldies like me seeing it through the less of nostalgia would get into it.

I don't remember how long it took to clear, a few hours at least because it has multiple maps.

evo_9•1mo ago
Thx for posting this I never ran across it before. I too played the original when it came out and actually wrote to Atari after I found the invisible dot and the hidden room / Easter egg. They wrote me back and told me I was one of the first people to find / report it to them which was kind of an honor for my eight-year-old self. I wish I kept that letter lol
mrguyorama•1mo ago
For more good details about Atari 2600 development, check out this GDC postmorterm talk of Pitfall

https://www.youtube.com/watch?v=MBT1OK6VAIU

chaoskitty•1mo ago
It's absolutely amazing to compare Adventure on the Atari 2600 with a fancy, ray traced game today. What's even more amazing is that both have the ability to capture our attention for hours. It just goes to show how significant of a role imagination plays in games.
glimshe•1mo ago
Although the 2600 version leaves a LOT more to the imagination...
AStonesThrow•1mo ago
I was only about 8 when Adventure was released. I basically had no interest in it at all. We'd go to Sears or the mall every week and I'd grab a handful of cartridges, but I never wanted this one.

It is very strange considering my affinity for weird stuff. I loved the BASIC Programming cartridge, and later in life, I would amass a huge Infocom collection starting with Zork on the C=64. But this graphical Adventure held no interest for me or my sister. Neither did Superman, which was modeled after it. Sure, I heard a lot about it. I heard enough to squick me, because it seemed that the devs were sort of abusing the hardware limitations to provision this weird adventure-y experience in a graphical format that I would not enjoy. (Nor would I get very far in exploring this world because it was so, picky-picky-picky. If you ever played E.T. on the 2600, you'd understand!)

When Haunted House was released 2 years later, I did pick that one up, out of morbid curiosity, I suppose, and it was kind of interesting, but not something that I spent a long time figuring out. I followed the Swordquest series with interest, (the marketing built those up with a real mystique and some epic fanfare: https://en.wikipedia.org/wiki/Swordquest#Contest) and invested some time in some of those, but still -- I suppose, even back then, I was far more interested in the "twitch" action type games. We loved Pitfall and other Activision titles such as River Raid.

davetron5000•1mo ago
This is my favorite game for the 2600.

I built a clone of it for Windows using Direct X in probably 1999/2000. I don't have a Windows machine, but I think Microsoft's obsession with backward compatibility means it probably still works:

https://naildrivin5.com/adventure/index.html

Here's the C++ code in all its glory: https://github.com/davetron5000/adventureclone/

It replicates the 2600 game, and adds two new levels (additional castle and maze), and two new (optional) objects, a candle that shows more of the labyrinths, and a shield that prevents the dragons from eating you.

MBCook•1mo ago
“Of all the original games Atari put out for the VCS, Adventure may be the one that most people are familiar with today.”

Is it? It’s certainly up there. But I would think Pitfall would be the best known today in terms of gameplay.

That aside, I really enjoyed the article.

pansa2•1mo ago
Pitfall was from Activision, not Atari
MBCook•1mo ago
Thank you, that’s what I was missing. I didn’t read the sentence carefully enough and thought it was about all games for the Atari, not from Atari.
DrillShopper•1mo ago
I think more people are familiar with Pac-Man for the 2600 (because it was terrible, not the fault of the programmer but Atari management trying to rush it out the door) and ET for the 2600 (landfill story, on Atari management that tried to rush it, again) than Adventure.

Among 2600 games that weren't terrible though, I'd say its probably up there.

MBCook•1mo ago
I debated ET. I think it’s better known than Pac-Man due to the New Mexico landfill story.

But I suspect they’re not familiar with the game at all, just the story. If they know about Pac-Man it’s likely the same.

I decided to go with Pitfall because I think it’s well known but people have likely seen at least a screen or two being played, jumping on gators or over logs.

mrandish•1mo ago
The author of Atari 2600 Adventure, Warren Robinette has an extensive explanation of how the game works on his personal website: http://www.warrenrobinett.com/inventing_adventure/inventing_...

Scientists Warn US Will Lose a Generation of Talent Because of Trump Cuts

https://www.theguardian.com/us-news/2025/jul/03/national-science-foundation-trump-cuts
1•andrewl•2m ago•0 comments

Building a message board for Claude, learning MCP along the way

https://andrewperkins.com.au/a-message-board-for-claude/
1•echoperkins•2m ago•0 comments

"The Tactful Saboteur" by Frank Herbert

https://archive.org/details/Galaxy_v23n01_1964-10
1•nativeit•4m ago•0 comments

Ask HN: How to make money with SaaS without network or VC funding?

1•squareloop•7m ago•0 comments

Counting at Scale

https://priyavr.at/blog/hyperloglog/
1•prvt•8m ago•1 comments

Jane Street Curbed in India Markets After Alleged Illegal Gain

https://www.bloomberg.com/news/articles/2025-07-04/india-bars-jane-street-from-accessing-its-securities-market
1•anonu•9m ago•1 comments

The surprisingly deep rabbit hole of Rust's temporaries

https://taping-memory.dev/temporaries-rabbit-hole/
2•Bogdanp•10m ago•0 comments

My open source project was stolen and relicensed by a YC company

https://twitter.com/soham_btw/status/1940952786491027886
2•sohzm•11m ago•1 comments

Trump Big Beautiful Bill Ends $7,500 EV Credit by September

https://gearmusk.com/2025/07/04/trump-big-beautiful-bill-ends/
12•maxmarrfun•23m ago•0 comments

Why Cloudflare wants AI companies to pay for content

https://techcrunch.com/podcast/why-cloudflare-wants-ai-companies-to-pay-for-content/
1•codexy•24m ago•0 comments

Neanderthals operated "fat [extraction] factory" 125,000 years ago

https://archaeologymag.com/2025/07/neanderthals-operated-fat-factory-125000-years-ago/
3•hilux•31m ago•0 comments

Nvidia briefly on track to become most valuable company

https://www.reuters.com/business/nvidia-set-become-worlds-most-valuable-company-history-2025-07-03/
2•geox•33m ago•0 comments

Artificial Intelligence in China

https://merics.org/de/china-tech-observatory/artificial-intelligence
2•walterbell•39m ago•0 comments

Show HN: SWC Plugin SVG as React Component

https://github.com/joaoneto/swc-plugin-svg-component
1•joaoneto•45m ago•0 comments

Our Fullstack Architecture: Eta, Htmx, and Lit

https://www.lorenstew.art/blog/eta-htmx-lit-stack
4•Bogdanp•47m ago•0 comments

RP2350-PiZero Pairs RP2350 Microcontroller with Raspberry Pi Zero Form Factor

https://linuxgizmos.com/rp2350-pizero-pairs-rp2350-microcontroller-with-raspberry-pi-zero-form-factor/
3•chsum•52m ago•0 comments

GrapheneOS warns ICEBlock users of court order risk

https://bsky.app/profile/grapheneos.org/post/3lswujex4e22w
8•diggan•58m ago•0 comments

Making a computer out of marbles and wood [video]

https://www.youtube.com/watch?v=jnB7S8_Pfqo
4•m-hodges•1h ago•0 comments

Senescence-resistant human cells counter aging in primates

https://www.cell.com/cell/abstract/S0092-8674(25)00571-9
2•vagabund•1h ago•1 comments

Design of Q8bot: A Miniature, Low-Cost, Dynamic Quadruped Built with Zero Wires [video]

https://www.youtube.com/watch?v=0dk7lYoITQw
1•surprisetalk•1h ago•0 comments

Ask HN: How are startups dealing with key talent poaching?

1•dbreunig•1h ago•0 comments

The Garden Not at Home

https://laurabrekelmans.substack.com/p/the-garden-not-at-home
1•azeirah•1h ago•0 comments

Why Duolingo switched from Hearts to a battery

https://blog.duolingo.com/duolingo-energy/
1•soheilpro•1h ago•0 comments

Supreme Court Agrees to Hear Cases Involving Transgender Athletes

https://www.nytimes.com/2025/07/03/us/politics/supreme-court-transgender-athletes.html
2•whack•1h ago•1 comments

Kubernetes is a symptom, not a solution

https://andreafortuna.org/2025/06/20/unpopular-opinion-kubernetes-is-a-symptom-not-a-solution
25•gsky•1h ago•9 comments

EPA puts 139 employees on leave after they sign a 'declaration of dissent'

https://www.theguardian.com/us-news/2025/jul/03/epa-employees-administrative-leave
15•mitchbob•1h ago•0 comments

Anarchy in the Database: A Survey and Evaluation of DBMS Extensibility [pdf]

https://www.vldb.org/pvldb/vol18/p1962-kim.pdf
2•matt_d•1h ago•1 comments

Octopuses' 8 Arms Sample Microbiomes

https://www.nytimes.com/2025/06/17/science/octopus-arms-microbiome.html
2•bookofjoe•1h ago•1 comments

The Georgist Roots of American Libertarianism

https://asteriskmag.com/issues/10/the-georgist-roots-of-american-libertarianism
3•mercutio2•1h ago•2 comments

The Air Force fitness test may soon increase with 2-mile runs, twice-a-year

https://taskandpurpose.com/news/new-air-force-fitness-test/
1•PaulHoule•1h ago•1 comments