I was in nearly the same boat, not quite rural, but close enough that I was one of a couple of "computer kids" in the whole school. I got my hands on the "Commodore 64 Programmer's Reference Guide"[0] and it was literally life-changing. It simultaneously demystified computers for me ("oh, this is how it knows where to draw my sprite, and here's how to go from a hand-drawn picture to a pixel grid to a list of hex values") and made them more magical ("I can create an entire universe with my brain and hands").
Yeah, the BASIC sucked. I'm glad it sucked just enough to make me want to learn more on my own.
Another useful tool was a debugging cartridge.
My C64 came with a Super Snapshot. It had a button on the cartridge that would freeze the running program and provide options like editing the memory, modify machine code, persist current state to disk, etc.
I would type programs in BASIC and then examine the machine code that it got compiled to. I learned a lot more than I would have without the cartridge.