- Starting class
This commit is contained in:
Kum1ta
2024-08-27 15:26:38 +02:00
parent 26ad3034b5
commit 87f3411af4
17 changed files with 8052 additions and 3371 deletions

View File

@ -3,16 +3,17 @@
/* ::: :::::::: */
/* Opponent.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/21 10:34:49 by edbernar #+# #+# */
/* Updated: 2024/08/26 17:19:16 by hubourge ### ########.fr */
/* Updated: 2024/08/27 14:27:49 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import { playerExist } from './Player'
import * as THREE from 'three';
// import * as THREE from '/static/javascript/three/build/three.module.js';
import * as THREE from '/node_modules/three/build/three.module.js';
let opponentExist = false;