Libgdx demo - Pax Britannica
Pax Britannica is a one-button RTS game by nofundsgames, which was ported to libgdx by Stefan Wagner.
WebGL/BrowserThis could be hosted on GH Pages soon.DesktopBuild it yourself... sorry.- Desktop self-contained native bundles created with...
- Well, nothing right now. Excelsior JET is no longer available.
AndroidThis also needs to be built.
- Setup your development environment
- Clone the repository or download and extract the ZIP file
- Import the project into your preferred development environment, run, debug and package it!
- Usually deployment is just
gradlew desktop:dist
,gradlew android:assembleRelease
, orgradlew html:dist
. - For other cases, see the wiki!
- Usually deployment is just