Hacker News new | ask | show | jobs
by mysecretaccount 542 days ago
Why is the DS in the "Non-modern graphics" row? It does not use a tile based renderer.
1 comments

DS has both 2D tile-based renderer and 3D renderer. You can find many examples of games with tiled graphics. I made a tile map viewer for my favourite DS game https://blog.gingerbeardman.com/2021/04/21/level-viewer-for-...
Interesting, thank you!