1
0
www.mikescher.com/www/statics/programs/SharkSim.php
2017-11-08 17:39:51 +01:00

18 lines
510 B
PHP

<?php
return
[
'name' => 'SharkSim',
'category' => 'Simulation',
'stars' => 3,
'ui_language' => 'English',
'prog_language' => 'C++',
'short_description' => 'A simple implementation of the Wa-Tor cellular automaton',
'add_date' => '2013-07-12',
'urls' =>
[
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/SharkSim_description.md'); },
'thumbnail_url' => '/images/program_thumbnails/SharkSim.png',
];