How C64 Sprites Work
How to use sprites in our C64 games, in BASIC, XC-BASIC3, and UGBASIC
How to use sprites in our C64 games, in BASIC, XC-BASIC3, and UGBASIC

Want to code for the Apple //e or Vic 20 but didn't want to install emulators, code editors, compilers, etc, now you can!

XC-BASIC is a cross-compiler for Commodore computers (C64/128, Vic-20, C16/Plus4, and PET), plus the Commander X16. How much faster will it make a 3D maze game?

Modern systems have an extremely useful modulo operator, but in BASIC V2 on the C64 there isn’t one. Here's how we can make our own.

I came across a C64 BASIC game that ran pretty slow, so I challenged myself to see how much I could speed it up.

I made a retro pixel art bitmap image editor that works in your web browser

I wrote an online text adventure/dungeon map editor.

More investigation of C64 BASIC string manipulation and data structures

How can we display pretty PETSCII art on the C64 as quickly as possible only using BASIC?
