nitrodragon / ThunderingSky

[on-hold] A Java-based JRPG running through LWJGL and Slick2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thundering Sky

Thundering Sky is an in-development 8-bit Japanese-Style Role Playing Game reminiscent of NES JRPG games such as Final Fantasy, Dragon Warrior, and Secret of Mana.

The game is currently on hold, as we've learned that two weeks of LWJGL knowledge doesn't quite add up to a full '80s-style JRPG.

© 2017 nitrodragon, EthanBar22, SirNectarine, YoshiMelon24

How to compile and build

  1. Add lwjgl.jar and slick.jar (from the /lib folder)to your External Libraries in your IDE of choice
  • In IntelliJ you can use the cmd + ; shortcut to access this menu
  1. Open your build settings and insert this line into your VM options -Djava.library.path=lib/natives-windows.
  • In IntelliJ you want to click the Edit Configurations button, in the upper right corn Replace windows with mac depending on your platform

About

[on-hold] A Java-based JRPG running through LWJGL and Slick2D

License:GNU General Public License v3.0


Languages

Language:Java 100.0%