===============
- Open your IDE of choice. (I'm using NetBeans; I would suggest that).
- Create a new project (Ctrl-Shift-N in NetBeans) and name it JourneyOfFear.
- Open Git Bash (or you can do it from the NetBeans plugin).
- Navigate to the new project folder and type 'git init' or go to Team -> Git -> Initialize Repository.
- Type 'git remote add origin https://github.com/anubiann00b/JourneyOfFear' (only if you are using command line).
- Type 'git pull origin master' and wait. If you are using the NetBeans plugin, right click on the project and go to Git -> Remote -> Pull. Choose 'Specify Git Repository Location' and supply 'origin' as the remote name, 'https://github.com/anubiann00b/JourneyOfFear.git' as the URL, and enter your username and password in the boxes provided.
- Right click on the new project and go to Properties then the Libraries tab.
- Click 'Add JAR/Folder' and add all of the jars in the lib folder.
- Go to the run tab in the properties menu.
- In the VM options box, type '-Djava.library.path="[pathtorepo]\lib\native\[osname]"' filling in the path to the repo and the name of your OS.
- Press F6 or click run, select game.Game as the main class, and you have successfully set up Slick! Nice job.