I would like to select all files in images folder, instead of listing them one by one
function initPage() {
var pairsGame = new PairsGame({
containerId: 'playfield',
cardWidth: 200,
cardHeight: 150,
cols: 4,
rows: 3,
imageBase: 'images/',
images: ['abendwolken.jpg','herd.jpg','muellkatze.jpg',
'ich_in_berlin.jpg','schaedel.jpg','sonnenblume.jpg',
'duenenbier.jpg','igel.jpg','schlafkatze.jpg',
'sunset.jpg']