Classic Snake Game based on core Java technologies.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Java SE JDK 12,
GRADLE 5.6
-
Download and extract repository
-
Open command line at extracted directory
-
Type:
gradle build
- Gradle will generate jar at ../snake/build/libs/
To run test cases repeat steps 1,2 then type:
gradle test
This project is licensed under the Apache License 2