More games for the game jam
[stouyapi.git] / config.php.dist
1 <?php
2 /**
3  * Optional configuration file for import-game-data.php
4  * Copy it to config.php and adjust it.
5  */
6 $GLOBALS['urlRewrites'] = [
7     '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
8 ];
9 $GLOBALS['packagelists']["cweiske's picks"] = [
10     'de.eiswuxe.blookid2',
11     'com.cosmos.babyloniantwins',
12     'com.inverseblue.skyriders',
13 ];
14 $GLOBALS['home']['2020 Winter GameJam'] = [
15     'com.DESKINK.ToneTests',
16     'com.Eightbbgames.yahayor',
17     'com.FuzzyPopcorn',
18     'com.NYYLE.NYCTO',
19     'com.NoelRojasOliveras.PaintKiller',
20     'com.StrawHat.Fall',
21     'com.oliverstogden.trf',
22     'com.samuelsousa.shootdestroy',
23     'com.scorpion.shootout',
24     'com.sd_game_dev.aliens_taste_my_sword',
25     'com.sumotown.sirtet',
26     'de.x2041.games.gyrogun',
27     'ht.sr.git.arcticGrind.embed',
28     'tv.ouya.demo.DarkSpacePioneer',
29     'tv.ouya.win.unity.brokenbeauty',
30 ];
31 $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';