This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
6
Feud, a turn-based strategy game (libGDX/LWJGL3)
Post Body
The game "Fued" now runs on OpenBSD -current with a few manual steps to make it work, hopefully this can be simplified in the future. Note that this game requires the recent lwjgl3
and libgdx
ports by /u/thfrw and /u/kmos-ports. Packages might not yet be available for libgdx, but it is in ports. I've currently only tested the itch.io version, but it is also available on Steam for free and should work, but confirmation appreciated.
$ libgdx-setup
$ cd org/lwjgl/glfw/
$ mv lwjgl/ lwjgl_orig
$ cd ..
$ jar xvf /usr/local/share/lwjgl3/lwjgl.jar
$ jar xvf /usr/local/share/lwjgl3/lwjgl-glfw.jar
$ jar xvf /usr/local/share/lwjgl3/lwjgl-openal.jar
$ jar xvf /usr/local/share/lwjgl3/lwjgl-opengl.jar
$ ### Not neccessary on 1.6.0 and later.
$ # mv liblwjgl.so liblwjgl.so.linux
$ # mv libglfw.so libglfw.so.linux
$ # mv libopenal.so libopenal.so.linux
$ ln -s /usr/local/lib/libglfw.so.1.1 libglfw.so
$ ln -s /usr/local/lib/libopenal.so.4.0 libopenal.so
$ jar xvf /usr/local/share/lwjgl3/lwjgl-natives-openbsd.jar
$ mv openbsd/x64/org/lwjgl/liblwjgl.so .
$ jar xvf /usr/local/share/lwjgl3/lwjgl-opengl-natives-openbsd.jar
$ mv openbsd/x64/org/lwjgl/opengl/liblwjgl_opengl.so .
$ ftp https://repo1.maven.org/maven2/com/badlogicgames/jlayer/jlayer/1.0.2-gdx/jlayer-1.0.2-gdx.jar
$ jar xvf jlayer-1.0.2-gdx.jar
$ libgdx-run
Author
Account Strength
100%
Account Age
13 years
Verified Email
Yes
Verified Flair
No
Total Karma
12,722
Link Karma
3,251
Comment Karma
9,052
Profile updated: 5 days ago
Posts updated: 7 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/openbsd_gam...