RayCasting engine on the ZXSpectrumNext – Part3
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,…
an incomplete history
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.
In this part 4, we’re going to take a look at the guardians, their movement, and graphics. The graphics are pretty much done the way we’ve done them all of…