Skip to content

Diablo 1 / Nethack clone for a school project using Slick2d

Notifications You must be signed in to change notification settings

Spacejoker/HackSmack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up the project in ecplise:

1) 
Add all jars from lib folder to class path

2) 
unzip the appropriate folder from natives/natives.rar, i for example in: "C:\Dev\slick2d\lwjgl\native\windows"

Using that path, add the following to the run configuration form Main.java (using your path):
VM-argument: -Djava.library.path=C:\Dev\slick2d\lwjgl\native\windows

3)
Done, just run Main.java

About

Diablo 1 / Nethack clone for a school project using Slick2d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages