Skip to content

Basic game engine implementation of the frames library.

License

Notifications You must be signed in to change notification settings

RewisServer/lobby-arcade

Repository files navigation

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.