Skip to content

Tron based multiplayer game with LWJGL (OpenGL for Java)

License

Notifications You must be signed in to change notification settings

Hyagoro/TronGameOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tron based game developed in Java with LWJGL

Tron based multiplayer game in OpenGL. This is an old project that I used to learn Java and OpenGL when I was in university. Unfortunately I wrote it in French, so feel free to ask if you want me to translate it in English.

Some configuration

MacOS:

Add -Djava.library.path=native_macos/ to your VM options.

Linux:

Add -Djava.library.path=native_linux/ to your VM options.

Windows:

Add -Djava.library.path=native_windows/ to your VM options.

For other OS:

  • Check on http://legacy.lwjgl.org/
  • Download the version 2.9.3
  • Unzip it
  • Copy the content of native folder in an other folder at the root of this project
  • Link it with -Djava.library.path=[YOURFOLDER] in your run configuration -> VM options.

How to launch the game

Run the class "Launcher" go to the right to select "Serveur et client"

About

Tron based multiplayer game with LWJGL (OpenGL for Java)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages