1
0
www.mikescher.com/www/statics/programs/H2O.php
2018-01-03 21:02:40 +01:00

19 lines
530 B
PHP

<?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 leaderboard.',
'add_date' => '2009-01-24',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/H2O_description.md'); },
'thumbnail_name' => 'H2O.png',
];