Entradas

Mostrando entradas de enero, 2026

Shadow Fields will be available on the Itch.IO platform

Imagen
Shadow Fields, once it is ready for release, will be available for download on the itch.io platform Shadow Fields Itch.IO There will initially be a completely free download option, in TZX and TAP formats, containing the full game. Later on, I may publish the source code, documentation, and development materials on the same platform.

Shadow Fields - New ZX Spectrum Game: New Levels

Imagen
For stage management I’ve developed two external tools in C#: Tap Manager: It takes the original TAP and the TAPs for the different stages, strips their headers, assigns a new type flag, and recalculates the checksum byte. This way, once the code is assembled, I end up with a single TAP containing all the blocks (the game is not a multiload; it loads everything at the start). Path Generator: It creates a route pattern for the enemies, with random components, so I don’t have to design them manually or reuse the same ones. At the moment there are 3 working stages, each with its corresponding final boss. In the menu, the “Credits” and “Hi-Scores” options are now functional, each with new music assigned to them. I’m including a video where you can see everything in motion. I have added a cheat/developer menu, to make testing easier and for less skilled gamers 😄 Note: The video is particularly choppy . With the latest Spectaculator update my license stopped working, so I’m using SpecEmu...