Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.27 KB

File metadata and controls

41 lines (29 loc) · 1.27 KB

Warning

This repository is currently pre-alpha, breaking changes happen frequently, there have not been any security audits, and data loss is expected.

Discord

Client

Client is the interface used to connect and interact with the virtual world of OpenMinerva.

Development Quick Start

1: Download source code

For cloning this project on Linux:

# Clone this repository.
git clone --recurse-submodules https://github.com/OpenMinerva/client 

2: Import project into Godot.

2.a: Open your copy of the Godot Engine.

2.b: Click on "Import" near the top of the application window.

2.c: Navigate to the location where the source code was downloaded to.

2.d: Navigate to the subdirectory /src.

2.e: Select project.godot to import this project.

3: Open

Double click on the added entry.

Contributing

See CONTRIBUTING.md for guidelines, and information.