Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Nov 7, 2022
1 parent a159400 commit 02ab737
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
# TODO:
- [ ] Correctly handle reset states (if they are even implemented yet)
- [ ] Waiting on settings to be added to implement user configuration
- [ ] Waiting on tie-breaker PR to be merged https://github.com/LiveSplit/livesplit-core/pull/589
- [x] Waiting on tie-breaker PR to be merged https://github.com/LiveSplit/livesplit-core/pull/589
- [ ] Add XBOX and Windows Steam checks
- [ ] Optimize data structures further (mostly a cut and paste job for now)
- [ ] Add additional features requested (Golden Axe)
- [ ] Figure out better way to split on shrines

## Install

add:

https://github.com/Eein/octopath-traveler-autosplitter-wasm/releases/latest/download/octopath_traveler_autosplitter_wasm.wasm

## build
1. install rustup https://rustup.rs/
2. install wasm target
- `rustup target add wasm32-unknown-unknown`
3. build wasm file (--release optional)
- `cargo build --target wasm32-unknown-unknown --release`

0 comments on commit 02ab737

Please sign in to comment.