Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 553 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 553 Bytes

Sot Minimap

A minimap for the pirate game Sea of Thieves.

Installation

  1. 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

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the Mozilla Public License.