Porting Lemmings to the ZX Spectrum Next
Can I port Lemmings to the ZX Spectrum Next? Follow alone with my journey and lets see how far I can get!
an incomplete history
Can I port Lemmings to the ZX Spectrum Next? Follow alone with my journey and lets see how far I can get!
There is no excerpt because this is a protected post.
So while porting Super Crate Box to the NEXT I decided to break with the norm, and use the hardware more fully. While doing so… I realised I’m probably the…
I decided to get back to work and fix my sprite clipping for my object rendering. It turned out to be a simple fix and was just messing up when…
There is no excerpt because this is a protected post.
So I’m going to skip sprites for now. They’re basically the same as walls, but with transparency, though there are some fancy optimisations on it later that I will go…
SO now that I had the basic ray casting going, it was time to get some textures in. I toyed with a few ways of doing this, from normal code,…
This is the next edition of my ray casting engine series. In this article, I start to look at porting the C# engine into Z80.
o I’ve been making some good progress on my Ray Casting Engine – which is technically what a Wolfenstein engine is, and I thought it’d be fun to write how…