Skip to content

Starting seed for a Slick2D project using Eclipse

License

Notifications You must be signed in to change notification settings

BrugernavnTaken/OOSE2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slick2D Eclipse Seed Project

This an eclipse project containing all the files necessary to begin developing games with Slick 2D. You can fork this repository, clone it on your disk and start to work in Eclipse.

After having cloned the repository to your disk you have to follow these few steps:

  1. Open up Eclipse.
  2. Create a new java project and select the folder containing this seed.
  3. Go to Project --> Properties in the menu bar.
  4. Click on Java Build Path.
  5. click the Add Jar button.
  6. Select the lib folder in your project.
  7. Select all the .jar files and click OK.
  8. Expand lwjgl.jar.
  9. Select Natives Library Location and click the Edit button.
  10. Click the Workspace button.
  11. Select the native folder in your project
  12. Select your operating system and click OK until you get back to the default eclipse window.
  13. Press play to check it it works.
  14. Now, you can start making your own game.

About

Starting seed for a Slick2D project using Eclipse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages