Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.16 KB

Minecraft-Timer

An accurate game timer for Minecraft, written in Rust.

Status

This project has been mostly abandoned. There are better alternatives that you can use, for example LiveSplit's built in Minecraft timer.

Getting Started

Prerequisites

You will need to have Rust installed on your system.

To verify Rust is installed, run:

cargo --version

Installing

First, clone the repository to get the latest version of Minecraft-Timer, and move into the directory.

git clone https://github.com/ntorressm/Minecraft-Timer.git
cd Minecraft-Timer

Now compile and run the binary using cargo.

cargo run

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments