Skip to content

Praytic/java-spring-boot-mvc-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is controlled by Maven.

To build the project use mvn install from the root directory.
To run the game use mvn exec:java -pl controller from the root directory. You can run it with the following parameters:

field.width=30
field.height=30
frog.scale=1
frog.number=3
snake.part.scale=1
snake.length=3
snake.movement.speed=50
logging.level.root=info

Values for specified parameters set by default. You can change them like that mvn exec:java -pl controller -Dsnake.length=100 -Dfrog.number=100.

About

Snake game written in pure Java with use of Spring Boot and MVC pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages