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

19 lines
530 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',
2018-01-03 21:02:40 +01:00
'short_description' => 'Try creating the biggest chain reaction and see yourself climb up in the global leaderboard.',
2017-11-08 17:39:50 +01:00
'add_date' => '2009-01-24',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/H2O_description.md'); },
2018-01-03 21:02:40 +01:00
'thumbnail_name' => 'H2O.png',
2017-11-08 17:39:50 +01:00
];