mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-01 15:10:48 +08:00

* POC of mkdocs barebones * Add more stuff! --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
# Minecraft launcher for WarMine
|
|
|
|
```mdx-code-block
|
|
<p style={{ "text-align": "center" }}>
|
|
<img
|
|
src={require("@site/static/img/showcase/warmine1.png").default}
|
|
/>
|
|
<img
|
|
src={require("@site/static/img/showcase/warmine2.png").default}
|
|
/>
|
|
<br />
|
|
</p>
|
|
```
|
|
|
|
[Minecraft launcher for WarMine](https://warmine.ru/) is a Wails application, that allows you to easily join modded game servers and manage your game accounts.
|
|
|
|
The Launcher downloads the game files, checks their integrity and launches the game with a wide range of customization options for the launch arguments from the backend.
|
|
|
|
Frontend is written in Svelte, whole launcher fits in 9MB and supports Windows 7-11.
|