Relative Content

Tag Archive for javascriptcssarrays

Dirt/Ground/Rock effect in CSS

I have to create a map for my game;
The problem is that the map is an array with 100×100 spots. If i use an Image and load it into every cell, it makes the game very memory intensive and slow.