项目作者: Silvertower

项目描述 :
A Dikumud-inspired MUD engine, written in Kotlin.
高级语言: Kotlin
项目地址: git://github.com/Silvertower/MudEngine.git
创建时间: 2021-08-28T16:37:35Z
项目社区:https://github.com/Silvertower/MudEngine

开源协议:GNU Lesser General Public License v3.0

下载


MudEngine

A Dikumud-inspired MUD engine, written in Kotlin.

Description

“A Multi-User Dungeon engine, for a more civilized age.”

MudEngine is a framework that forms the foundation for MUDs that want a blend of the oldschool Dikumud game loop, combined with a more modern programming experience.

Getting Started

Dependencies

Written in Kotlin for Java SE 16 and tested/compiled on 64-bit Windows and Linux.

Uses the following Maven packages (via Gradle):

Logging

Installing / Building

  1. Clone this GitHub repository
  2. Build with Gradle: gradlew build

Executing program

  • Windows: bin/MudEngine.bat
  • Linux: sh bin/MudEngine

Help

If the application fails to run, check the stack trace (if any), and/or the default log file: syslog.log.

Authors

Version History

  • No official releases have been made.

License

This project is licensed under the LGPL 3.0 License - see the LICENSE.md file for details.

Acknowledgments