Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 836 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 836 Bytes

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