Language for a 2-D graphical roguelike.

Language for a 2-D graphical roguelike.

This is a more specific version of a question I asked a while ago.

php creates a html page. This means that, if you want to display an environment like this one:

You just do it as a table, with each cell displaying the image that corresponds to a location in an array.

Is there a programming language that takes a similarly simple approach to graphics?