File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ export default function GameUI() {
109109 setGameStatus ( 'en_juego' ) ;
110110 } ;
111111
112- // --- (Handlers para la Bienvenida) ---
113112 const handleNameChange = ( e ) => {
114113 setPlayerName ( e . target . value ) ;
115114 } ;
@@ -121,9 +120,9 @@ export default function GameUI() {
121120 }
122121 } ;
123122
124- // --- Renderizado Condicional ---
125123
126- // VISTA 1: Pantalla de Bienvenida
124+
125+
127126 if ( view === "welcome" ) {
128127 return (
129128 < div
@@ -145,9 +144,9 @@ export default function GameUI() {
145144 < p className = "text-slate-400 mb-6 text-center text-lg" >
146145 Tic Tac Toe IA
147146 < br />
148- < span className = "text-sm" > Powered by Prolog & Python Minimax </ span >
147+ < span className = "text-sm" > Prolog & Python Minimax </ span >
149148 < br />
150- < span className = "text-sm" > Por Angel Cordoba </ span >
149+
151150 </ p >
152151 { }
153152
You can’t perform that action at this time.
0 commit comments