Juego esquivar obstaculos v1.0

proyecto inicial

Proyecto Inicial
Creador: Alexander Alducin Diaz
Versión: 0.1
Fecha: 16/02/2025
This commit is contained in:
Alexander 2025-02-16 22:09:04 -06:00
parent 247be8b6f6
commit 5745383276
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class JuegoAscii extends JPanel {
}
public static void main(String[] args) {
JFrame frame = new JFrame("ASCII Car Game");
JFrame frame = new JFrame("Juego Ascii");
JuegoAscii game = new JuegoAscii();
frame.add(game);
frame.pack();