An old school side-scrolling shooter, with monochromatic graphics style.
Run the latest build of the game on the browser: https://metalmethod.github.io/OrbHiveLibGDX/
Built for fun, to practice Java and learn LibGDX.
Dev Note: IDEA Injelij: on settings/build/compiler/JavaCompiler: Requires bytecode target 7 for core module. That's because of import of ThreadLocalRandom class on Random Int generation.