How to Modulo on the C64 and Why You Need It
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.

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?

Yearn for the days of Turbo C, Turbo Pascal, QBasic, and x86 Assembler?

RetroGameCoders IDE is an online development environment for retro programming, bringing 8-bit game development to your modern web browser

Now in our C64 text adventure it's time to put things the player can interact with into our game
