Galactic Supremacy Lite - v1.0 [Final version]
Galactic Supremacy Lite - v1.0 [Final version]
- Last release of Lite version
- Ready for merging into master branch after some changes
- Finalizing levels 1 to 6
- Setting level 7 as credits scene
- No real ending
- Bugs fixed, please report any bug fund
How to play
First download the source code
Import the content to a new Java 1.8 project on your favourite IDE
Run the class Game
in the package called main
(main.Game
)
Don't modify files to prevent bugs
Configure Slick2D
To play you'll have to importe Slick2D library
Follow this step to configure it
- Download slick here : http://slick.ninjacave.com/
- In your IDE, go to library configuration
- Create the library Slick
- Add externals jar in the library you've just created and add the following jars located in
slick/lib
directory- slick.jar
- lwjgl.jar
- jogg.jar
- jorbis.jar
- Configure natives path for item
lwjgl.jar
and select the directoryslick
containing all items downloaded - Apply changes
- Configure buildpath of your project and add the new slick library that you've just configured
- Run and have fun !
Remember that you will have to configure slick for each workspace, so avoid change of workspace