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:
parent
247be8b6f6
commit
5745383276
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue