1
0
www.mikescher.com/www/statics/programs/Crystal Grid.php

19 lines
516 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'Crystal Grid',
'category' => 'Game',
'stars' => 4,
'ui_language' => 'English',
'prog_language' => 'Java',
'short_description' => 'A challenging, tactical mini-game in blueprint-style.',
'add_date' => '2013-01-03',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Crystal Grid_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'Crystal Grid.png',
2017-11-08 17:39:50 +01:00
];