Make a small sprite (say, 20x20 px) and stretch it on the layout. It will use very little memory.
Note, that if your enemies all start moving from the same spot, you can't make them take different paths, because they share the same obstacle map. You can try finding path for one enemy, then randomizing the sprites, regenerate the map, then find path for the second enemy and so on.