Skip to content

Commit

Permalink
Grala 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielH1999 committed Jan 8, 2022
1 parent 9753573 commit 25c2d9f
Show file tree
Hide file tree
Showing 44 changed files with 183 additions and 1,104 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/dist/
/changes
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Una version del clasico juego de mesa "generala" escrito en java, el proyecto fue iniciado a fines de octubre de 2021.

Este proyecto fue desarrollado por mi para propositos personales por lo tanto no tiene nada que ver con "ProyectoGrupal-Generala".
Este proyecto fue desarrollado por mi para propositos personales y no contiene elementos ni relacion con "[ProyectoGrupal-Generala](github.com/DanielH1999/ProyectoGrupal-Generala)" ya que el ultimo fue escrito posteriormente.

El proyecto es mi version del clasico juego de mesa "generala" escrito en java, fue iniciado a fines de octubre de 2021, desarrollo de la interfaz en proceso.

## Cambios de la version:

**Cambios mayores:**
modificaciones a metodos en las clases: MainWindow.

**Cambios menores:**
modificaciones a metodos en las clases: SelectionWindow, Generala.

**Parches:**
Seleccion de puntaje pierde el valor despues de haber seleccionado un puntaje invalido previamente [Arreglado]
Metodo isHolding causa problemas en runtime [Arreglado]
4 changes: 4 additions & 0 deletions build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sat, 08 Jan 2022 14:18:39 -0300


/home/danielh/Documentos/Programs/java/netbeans/Grala=
Empty file.
Empty file.
Binary file modified build/classes/GUI/Generala.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$1.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$10.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$11.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$12.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$2.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$3.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$4.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$5.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$6.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$7.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$8.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow$9.class
Binary file not shown.
Binary file modified build/classes/GUI/MainWindow.class
Binary file not shown.
456 changes: 0 additions & 456 deletions build/classes/GUI/MainWindow.form

This file was deleted.

Binary file modified build/classes/GUI/PlayersWindow$1.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$2.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$3.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$4.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$5.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$6.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow$7.class
Binary file not shown.
Binary file modified build/classes/GUI/PlayersWindow.class
Binary file not shown.
235 changes: 0 additions & 235 deletions build/classes/GUI/PlayersWindow.form

This file was deleted.

Binary file modified build/classes/GUI/SelectionWindow$1.class
Binary file not shown.
Binary file modified build/classes/GUI/SelectionWindow$2.class
Binary file not shown.
Binary file modified build/classes/GUI/SelectionWindow.class
Binary file not shown.
Loading

0 comments on commit 25c2d9f

Please sign in to comment.