Git Product home page Git Product logo

acnh-archipel's People

Contributors

corrinachow avatar derangedmind avatar francisbourgouin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

acnh-archipel's Issues

Turnip Price Calculator

Ninji has reverse-engineered the algorithm used to determine a week's turnip prices and shared the logic in a gist: https://gist.github.com/Treeki/85be14d297c80c8b3c0a76375743325b

The top half (SEAD) is some code from Nintendo's game engine for generating random numbers. This code has been pulled from simontime's Resead project.

The bottom half (starting at TurnipPrices) is the meat of the algorithm.

I found four different JS implementations that I'll use for reference. They include:

ACNH Turnip Calculator seems to be the most popular as of late. Simple GUI yet tidier than TurnipProphet.


I will likely use BrettonW's algorithm as my main reference. He's done a great job in terms of clean and simple code (under 150 lines and easy to scan/read).

How to store turnip prices long-term?

While storing turnip prices in a linear array is a simple temporary solution, we will need to consider how to store the data long-term.

Ideally, prices should be grouped by week. This could be a list of weeks or we could set keys for the week names (i.e., ${year}-${weekNumber}).

After the week ends, final trend name should be saved.

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.