Game solo - End game process

This commit is contained in:
hubourge
2024-09-11 16:13:28 +02:00
parent 9d62f0bede
commit 15c5ee20ff
25 changed files with 45 additions and 71 deletions

View File

@ -3,15 +3,15 @@
/* ::: :::::::: */
/* main.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/28 12:05:53 by edbernar #+# #+# */
/* Updated: 2024/09/09 13:07:00 by edbernar ### ########.fr */
/* Updated: 2024/09/11 15:18:08 by hubourge ### ########.fr */
/* */
/* ************************************************************************** */
import { MultiGame } from "./class/MultiGame";
import { SoloGame } from "./class/SoloGame";
MultiGame.create();
// SoloGame.create();
// MultiGame.create();
SoloGame.create();