Most retro computer people probably now the simple maze drawing created by a graphical slash and a backslash character in random order. Although there are …
Schlagwort: C64
While playing around with different maze algorithms I created a short binary tree maze that is right skewed. Every run a different maze will be …
Anybody remembers the Atari Pong game from 1972? Apparently, when the game came out it was a big success for Atari and people wondered how …
What better way to keep busy while having a bacterial throat and nose infection than to play around with an old programming language? So I …
I had difficulties learning assembly from existing games, as these are typically too complex for me, contain too many lines of code, and sometimes require …
There is an excellent article about using and understanding raster interrupts on the C64 at https://www.retro-programming.de/programming/nachschlagewerk/interrupts/der-rasterzeileninterrupt/. Joern does a very good job in explaining how this …
I just uploaded my very first C64 assembler game to https://github.com/jklingel/ShootingStars. I know the code is very crude but I tried to keep it as …
Wäre es nicht schön, wenn man sein fertiges Maschinen-Programm (.prg) direkt von Basic aus starten könnte, ohne sich die Einsprungadresse merken zu müssen? Sprich, wir …