micromissiles-unity/docs/index.md

42 lines
1.6 KiB
Markdown
Raw Normal View History

2024-09-30 02:05:26 -07:00
---
2024-10-02 01:36:42 -07:00
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "micromissiles-unity"
tagline: "Swarm-on-swarm simulator using micromissiles for point defense"
actions:
- theme: brand
text: Documentation
link: /Keybinds_and_Controls
- theme: alt
text: Development Guide
link: /Development_Guide
2024-09-30 02:05:26 -07:00
2024-10-02 01:36:42 -07:00
---
2024-09-30 02:05:26 -07:00
2024-10-02 01:36:42 -07:00
# Quick Start
2024-09-30 02:05:26 -07:00
We generate pre-built standalone binaries for Windows and Mac users from the `release` branch. These binaries are intended for non-development users who just want to run the application and modify a few configurations along the way.
You can find the latest release [here](https://github.com/PisterLab/micromissiles-unity/releases/latest).
2024-10-02 01:36:42 -07:00
## Windows
2024-09-30 02:05:26 -07:00
1. Download the zip file for Windows: `micromissiles-<version>-windows_x86_64.zip`.
2. Unzip the zip file. The zip file should contain a single directory called `micromissiles-<version>-windows_x86_64`.
3. In the `micromissiles-<version>-windows_x86_64` directory, run `micromissiles-<version>-StandaloneWindows64.exe`.
2024-10-02 01:36:42 -07:00
## Mac
2024-09-30 02:05:26 -07:00
1. Download the tarball file for Darwin: `micromissiles-<version>-darwin.tar.gz`.
2. Untar the tarball. The tarball should contain a single directory called `micromissiles-<version>-darwin`.
3. In the `micromissiles-<version>-darwin` directory, run the app file.
2024-10-02 01:36:42 -07:00
# Next Steps
- Familiarize yourself with the [**Keybinds and Controls**](Keybinds_and_Controls.md) to navigate and interact with the simulation.
- Learn how to configure the simulation settings by reading the [**Simulation Configuration Guide**](Simulation_Config_Guide.md).