Skip to content

mini2Dx/miniscript

Repository files navigation

miniscript

Build Status Join the chat at https://gitter.im/mini2Dx/mini2Dx

A library for adding scripting to Java-based games

Goals

The main objective of miniscript is to provide a framework for adding scripting to Java-based games independent of the scripting language used.

Supported Scripting Languages

The following scripting languages are currently supported:

  • Groovy
  • Lua
  • Python
  • Ruby
  • Kotlin

License

The project is licensed under the MIT License.

Contributing

See the Contributing Page