Giter Site home page Giter Site logo

windtracker-vue's Introduction

A web application for logging and predicting wind in Wii Sports golf rounds. Useful for speedruns, where it is ideal to know the wind before it is shown to the player. Currently supports Wii Sports Resort (2009) and kind of supports Wii Sports (2006).

Running locally

NPM

> npm i
> npm i -g @vue/cli
> npm run serve

Contribution

Feel free to pull request

windtracker-vue's People

Contributors

vncz14 avatar

Watchers

 avatar

windtracker-vue's Issues

Unknown direction support

Determining the wind direction with 0 wind is kind of hard and you can miss it sometimes. Add support for putting an unknown direction into the wind history

basic functionality:

  • make a wind direction inside windStore with an id of "?" (this will automatically make a button for it)
  • have it display in the history with no arrow
  • make the parseWindString function support putting "?" or "/" as an unknown direction

unknown direction edge case:

  • make the "?" button not disappear when you put unknown direction into the history
  • make unknown direction an exception to the usedDirections check in parseWindString

this is important because, for example, you can theoretically get 0 wind on holes 9 and 10 and then miss both directions. if i dont implement this then the ? button will be gone on hole 10

Usage guide / wind rules

Write up a quick usage guide which tells you how to use the website.

Then put the wind rules for WSR and OGWS (the games I know the wind rules of) and write it as well

Then put it all on the GitHub Wiki or something

Fix css

The css on this website is garbo

Autofill unknown directions

When you have the other 7 directions of a group of 8, you automatically know the 8th. Autofill the remaining direction in the group of 8 if the 8th is unknown

This is more of a vanity thing as it's not useful info once you are past the group of 8

Holes setting

Make a setting for number of holes (3, 9, 18)

  • Have the buttons go away and disable the text mode when the history.length == the number of holes

Edit support

Add a click event to the history items which opens a menu where you can change its direction and speed.

This would need to change the usedDirections and usedSpeeds accordingly so that might be hard

Support for other Wii Sports games

I think it already works by default for Club but I do not know the wind rules for OGWS or NSS. Find them out and then make a setting to choose which Wii Sports game you are playing

First I would need to to find out the wind rules for the other games tho

editing got messed up

editing somehow got messed up with both og and wsr so im probably just gonna overhaul editing

bug with unknown

1- 0 with a direction
2- not 0 another direction
3-8 random

9 direction changes to 8 direction

Saving settings

If you reload the page the settings are gone. Save them on reload somehow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.