Yuru New Horizons is a relaxing city builder game with lots of Japanese pop culture references written in Java with libGDX.
A compiled JAR of the game is available in pipeline artifacts.
To start the game launch a terminal then execute java -jar <path to jar>
.
You can also play the web version of the game directly here (might be buggy).
This project uses Gradle as build automation tool.
Clone this repo then launch ./gradlew desktop:run
to run the desktop version or ./gradlew html:superDev
for the web version of the game.
A launch.json
file is also provided for those working on Visual Studio Code.
Instructions here for deployements.
This game is an object-oriented programming and agile development engineering courses project. (Projet long de Technologie Objet – 1SN @ ENSEEIHT, France)