When I was a kid, I had a ZX Spectrum 48K with a cassette tape as the storage unit. Tapes are notoriously unreliable. One day I loaded a game [1] and got the dreaded "R tape loading error". Instead of adjusting the azimuth and retrying, I decided to take my chances and typed RUN to execute the one-line BASIC bootloader that starts the actual machine-code game. To my surprise, the game started, but there was something…
I remember weirdness in c64 games because of tape errors. I remember playing tusker and it was like it was haunted. Main character changed colour and disappeared entirely, hud elements turned Eldritch between game screens. It was wonderful
Finding Atari Games in Randomly Generated Data
11–20 of 38 posts
Re: Finding Atari Games in Randomly Generated Data
#12Quite a while ago I did something similar [1] with a much simpler problem space: 32-byte DOS programs and rudimentary genetic programming.
Re: Finding Atari Games in Randomly Generated Data
#13While they will usually produce video on old CRTs, the video signal they generate is technically not valid. The VSync signal needs to be generated in software, and random programs are unlikely to do so correctly. Different TVs will behave differently (usually rolling on old TVs, blank on new TVs), and probably none would look like what the emulator is showing.
I tried running the game-like ROM in Stella and couldn't get it to work. It seems to depend on the startup state, which means it likely wouldn't run on an actual console.
Re: Finding Atari Games in Randomly Generated Data
#14[1] https://libraryofbabel.app/ disclaimer - my own project
Re: Finding Atari Games in Randomly Generated Data
#15Re: Finding Atari Games in Randomly Generated Data
#16Re: Finding Atari Games in Randomly Generated Data
#17Re: Finding Atari Games in Randomly Generated Data
#18The simplest 2600 games were just 2k in size not 4k. Combat for example, is a 2k rom. If you want to increase your chances of finding something but still generating a "complete" rom, then limit the size to 2k.
https://www.youtube.com/watch?v=wlW84fEHngM
https://www.youtube.com/watch?v=O-WjF_dxdHM
I'd say gentlemen (m/f) start your random number generators
Re: Finding Atari Games in Randomly Generated Data
#19Re: Finding Atari Games in Randomly Generated Data
#20Not exactly the same but reminds me of one time I did an experiment with rational number attempting to see which patterns emerged… 111? 112? 113? etc.