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

20 lines
574 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'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'HexSolver.png',
2017-11-08 17:39:50 +01:00
];