Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.43 KB

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