Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 366 Bytes

File metadata and controls

9 lines (6 loc) · 366 Bytes

se-ws-project

This is a semester project for the topic code generation. The implementation is a java game using the libary slick2d

For starting the game from intellij, edit the run configurations. You have to add the path to the native directory for the os you use. e.g.

  • -Djava.library.path=target/natives/osx
  • -Djava.library.path=target/natives/windows