Compare commits

...

3 Commits

Author SHA1 Message Date
angel.alducin e959b774f2 juego ascii 2025-06-18 15:54:00 -06:00
Alexander 5745383276 Juego esquivar obstaculos v1.0
proyecto inicial

Proyecto Inicial
Creador: Alexander Alducin Diaz
Versión: 0.1
Fecha: 16/02/2025
2025-02-16 22:09:04 -06:00
Alexander 247be8b6f6 Juego esquivar obstaculos v1.0
proyecto inicial

Proyecto Inicial
Creador: Alexander Alducin Diaz
Versión: 0.1
Fecha: 16/02/2025
2025-02-16 22:08:40 -06:00
5 changed files with 6 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();
@ -109,3 +109,5 @@ public class JuegoAscii extends JPanel {
frame.setVisible(true);
}
}
//Comentarios de prueba

View File

@ -0,0 +1,2 @@
com\mycompany\juegoascii\JuegoAscii$1.class
com\mycompany\juegoascii\JuegoAscii.class

View File

@ -0,0 +1 @@
C:\Users\stivm\OneDrive\Documentos\NetBeansProjects\JuegoAscii\src\main\java\com\mycompany\juegoascii\JuegoAscii.java