chore: initial project structure

This commit is contained in:
2026-05-23 17:53:50 +03:00
commit 320f009658
15 changed files with 86 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# MrixsCraft Launcher
Minecraft лаунчер на Go с GUI на Fyne.
## Сборка
```bash
go build -o mrixscraft-launcher ./cmd/launcher
```
## Запуск
```bash
go run ./cmd/launcher
```