/JRts

JRts is a personnal project that I worked on when studying. It's a little RTS written in JAVA with libGDX framework.

Primary LanguageJava

JRts

JRts is a little RTS game that I worked on with a friend during my studies.

Installing

The steps to import project in IntelliJ can be found here. You can then clone the repository with git:

git clone https://github.com/Shenrak/JRts

Building

  • Just run the main method found at /desktop/src/warlock/game/desktop/DesktopLauncher.java

Contributing

Feel free to explore the code, create issues and/or contribute to the code! A more detailed guide will come on this later.

Please respect the design patterns used here (such as Factory Pattern) for entities.

Doc

All you need to know to understand the code can be found on the libGDX documentation.