Retro Game Coders - code a game in C
Whilst looking at setting up come C programming for the old Atari 800 XL (as you do!), I stumbled over this website that looked awesome and contains a nice snapshot of information. https://retrogamecoders.com/ Setup by a gentleman, bit like myself, who was doing some spring-cleaning during the covid-19 pandemic and re-kindled some of that old computer magic days from the 80/90s, back before it got boring, serious & out-sourced :-D Oh looksie - Atari ST Coding (looks familiar) What am I looking at on there? Well....just using Altirra emulator and looking at using some C coding, although I might dip my toe into using CC65 and cross-compiling, so I can code on the PC machine and produce output to then deploy onto/into the Atari 800 XL..... let's see! https://retrogamecoders.com/learn-code-c-programming/ Coding, done properly (none of that Python stuff). Will probably end up documenting my journey of setting stuff up, how to get the environment working etc... who to write some si...