Is 8-Bit Minecraft Possible?

What would Minecraft look like if it was programmed for a 1980s 8-Bit computer? To try everything Brilliant has to offer—free—for a full 30 days, visit . The first 200 of you will get 20% off Brilliant’s annual premium subscription. Using the power of the Commander X16, a newly released 8-Bit computer I’ve begun the process of building a brand new 8-Bit block game. Through some heavy programming I designed a chunk loading engine in 6502 assembly. But because there weren’t any great tile designing tools for the X16, like YYCHR for the NES, I had to make them myself. The links to my tile maker is available below. However, after designing a chunk rending engine with tiles, I realized that it looked terrible. I tore it out and replaced it with a new method of rending using the X16’s bitmap mode. Although it uses more video memory, the isometric blocks look much better. And most of the code from my first attempt could be recycled, so nothing ended up being a waste. M
Back to Top