Костыли и велосипеды!

This commit is contained in:
Igor Barkov (iwork)
2022-01-25 19:59:18 +02:00
parent b1ba212c8c
commit e4cce2e96e
2 changed files with 121 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
/**
* Арена. Принцип: https://src.liks.pw/lopar/battles-game-test/issues/3
*/
use Battles\Arena;
use Battles\Template;
Template::header('Арена');
$fight = new Arena(1);
$fight->Init([[2,1],[3,2]]);