Skip to content

Commit

Permalink
Finalizing version 2.0
Browse files Browse the repository at this point in the history
Version 2.0 of the software is being finalized and the development of version 3.0 will start soon.

The old files have been removed as they can now be found in the v1.0 branch and in the releases.
  • Loading branch information
Isaaker committed Aug 8, 2023
1 parent e3228e9 commit b76759c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 373 deletions.
12 changes: 1 addition & 11 deletions ghost.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
echo "<br>";
echo '<img src="./images/archery.png" width="100%" height=auto>';
echo "<hr>";
echo "<button> <a href=".">Recargar Fantasma</a> </button>" . "<button> <a href='./ghost.php? '>Resetear Categorías</a> </button>" . "<button> <a href='./ghost.php?personalize=true'>Personalizar Fantasma</a> </button>";
echo "<button> <a href=".">Recargar Fantasma</a> </button>" . "<button> <a href='./ghost.php? '>Resetear Categorías</a> </button>";
echo "<hr>";
//Base de Datos

//Variable a mostrar
$category = $_GET["category"];
$age = $_GET["age"];
$sex = $_GET["sex"];
$personalize = $_GET["personalize"];
$personalize_max = $_GET["personalize_max"];
$personalize_min = $_GET["personalize_min"];
//Sub15

//ArcoCompuestoSub15AireLibreHombre
Expand Down Expand Up @@ -99,13 +96,6 @@

//ArcoDesnudoAbsolutoAireLibreMujer
$ADAALM = rand(20, 30);

//Personalize
if ($personalize == "true"){
echo "<b>Introducir rango de puntuaciones:</b>";
echo ""
echo "<input type="number" name="personalize_max" />"
}
//Select
echo "<b>Selecciona entre las siguientes opciones:</b>";
echo "<br>";
Expand Down
294 changes: 0 additions & 294 deletions old/ghost_old.php

This file was deleted.

Binary file removed old/images_old/Creative Commons.png
Binary file not shown.
Binary file not shown.
Binary file removed old/images_old/Ghost Archery Simulator.png
Binary file not shown.
Binary file removed old/images_old/archery.png
Binary file not shown.
Binary file removed old/images_old/favicon.ico
Binary file not shown.
6 changes: 0 additions & 6 deletions old/prod.txt

This file was deleted.

62 changes: 0 additions & 62 deletions old/tabla.php

This file was deleted.

0 comments on commit b76759c

Please sign in to comment.