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

20 lines
601 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'HexSolver',
'category' => 'Tool',
'stars' => 5,
'ui_language' => 'English',
'prog_language' => 'C#',
'short_description' => 'An automatic parser and solver for Hexcells, Hexcells Plus and Hexcells Infinite." +
"',
'add_date' => '2015-05-06',
'urls' =>
[
'github' => 'https://github.com/Mikescher/HexSolver',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/HexSolver_description.md'); },
'thumbnail_url' => '/images/program_thumbnails/HexSolver.png',
];