/lobby-arcade

Basic game engine implementation of the frames library.

Primary LanguageKotlinGNU General Public License v2.0GPL-2.0

lobby-arcade

Note: This repository does not contain the proprietary Minecraft implementation.

Examples

Standalone

final ColorTransformer transformer = new MinecraftColorPalette();
final FrameGameCreator creator = () -> new ExampleGame(transformer);
new FrameGameApplication("Example", creator).show();

Licenses

  • This project is licensed under GNU GPL v2.
  • Sonic audio library by Bill Cox under Apache 2.0.
  • Original sound resources are licensed by Mojang.