Este proyecto está configurado para utilizar Java Development Kit (JDK) versión 1.8.
Karen Juliana Peña Suarez
Hello my name is Karen. This file contains the famous snake game. It is made in Java. I did it at the beginning of my career study. I hope you like it.
Installation instructions I leave the code so that it can be inspected if it is your preference. To install you can use visual studio code. You just need to open the SnakeGame folder in visual go to the src folder, then presenter, then presenter.java and run it.
Game instructions Although I imagine you already know how to play, I will make a brief explanation. You move with the arrows and your objective is to eat the mice that appear on the screen, avoid touching the USBs and your own body because you will die. Try to grow as big as possible and don't forget to have fun.
Estrategia aumento de velocidad: Cada que la serpiente consume 5 ratoncito, aumenta el score en 10 y a su vez la velocidad.
Diferencia entre niveles: A medida que el nivel aumenta, lo hace consigo la tasa de aumento de velocidad, aumentando asi la dificultad por nivel.
Ruta de archivo de configuracion: El archivo de configuracion se encuentra en /SnakeGame/resources/InformationGame.json .
Organizacion archivo de configuracion: Tamaño cuerpo inicial / Tasa de movimiento / Tiempo de obstaculos en pantalla / Tiempo de comida en pantalla.
Ruta de configuracion de partituras: El archivo de configuracion de partituras se encuentra en /SnakeGame/resources/scoreInformation.json .