Skip to content

Commit

Permalink
buy me a coffe
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzyZig1994 committed Oct 3, 2021
1 parent 188e5ef commit 0640b72
Show file tree
Hide file tree
Showing 11 changed files with 537 additions and 168 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ A small game in which you try to reach the end of a board of 5 squares with a ce

The goal is to reach the last square of the board. Create the combination of winning rolls to finish the game through a `.txt` document as follows `3-5-1-5-6-6-6`

![](./game_capture.PNG "Tablero de juego")

Features:

- Classic video game background music
- Sound of clapping when you win
- Through a plain text file the die rolls are entered

If you wish to support my content it would be super appreciated a help from you!

[![](./bmc-button.png)](https://www.buymeacoffee.com/josuegalvan)
Binary file added bmc-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/classes/juegocasillas/dibujos.class
Binary file not shown.
Binary file modified build/classes/juegocasillas/tablero$1.class
Binary file not shown.
Binary file modified build/classes/juegocasillas/tablero$2.class
Binary file not shown.
Binary file modified build/classes/juegocasillas/tablero.class
Binary file not shown.
Binary file added game_capture.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
679 changes: 515 additions & 164 deletions nbproject/build-impl.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=88f6284b
build.xml.script.CRC32=803003f4
build.xml.stylesheet.CRC32=8064a381@1.80.1.48
build.xml.stylesheet.CRC32=f85dc8f2@1.99.0.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=88f6284b
nbproject/build-impl.xml.script.CRC32=4c42be1d
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
nbproject/build-impl.xml.script.CRC32=775278de
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
compile.on.save=true
user.properties.file=C:\\Users\\adio_\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
user.properties.file=C:\\Users\\adio_\\AppData\\Roaming\\NetBeans\\12.4\\build.properties
12 changes: 12 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ build.test.results.dir=${build.dir}/test/results
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.modulepath=\
${run.modulepath}
debug.test.classpath=\
${run.test.classpath}
debug.test.modulepath=\
${run.test.modulepath}
# Files in build.classes.dir which should be excluded from distribution jar
dist.archive.excludes=
# This directory is removed when the project is cleaned:
Expand All @@ -34,13 +38,17 @@ javac.classpath=
javac.compilerargs=
javac.deprecation=false
javac.external.vm=true
javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
javac.test.modulepath=\
${javac.modulepath}
javac.test.processorpath=\
${javac.test.classpath}
javadoc.additionalparam=
Expand All @@ -66,9 +74,13 @@ run.classpath=\
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
run.jvmargs=
run.modulepath=\
${javac.modulepath}
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
run.test.modulepath=\
${javac.test.modulepath}
source.encoding=UTF-8
src.dir=src
test.src.dir=test

0 comments on commit 0640b72

Please sign in to comment.