1
0
www.mikescher.com/www/statics/programs/H2O.php

20 lines
539 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'H2O',
'category' => 'Game',
'stars' => 2,
'ui_language' => 'English',
'prog_language' => 'Delphi',
'short_description' => 'Try creating the biggest chain reaction and see yourself climb up in the global l" +
"eaderboard.',
'add_date' => '2009-01-24',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/H2O_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'H2O.png',
2017-11-08 17:39:50 +01:00
];