A minimap for the pirate game Sea of Thieves.
- Clone the repository
# Clone this repository
git clone https://github.com/c-128/sot_minimap.git
cd sot_minimap
# Build the binary
zig build
# Run the app
./zig-out/bin/sot_map
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Push your branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the Mozilla Public License.