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

19 lines
550 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'TicTacToe',
'category' => 'Game',
'stars' => 1,
'ui_language' => 'English',
'prog_language' => 'Delphi',
'short_description' => 'The classical Tic-Tac-Toe, complete with perfect KI and Sourcecode.',
'add_date' => '2011-01-19',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/TicTacToe_description.md'); },
'thumbnail_url' => '/images/program_thumbnails/TicTacToe.png',
];