Giter Club home page Giter Club logo

better-equideow's Introduction

Hei, I'm Gwen

A french software developer based in Norway

gwenillia

  • 🌱 I’m currently learning SolidJS, Svelte, Laravel, PHP

  • 💬 Ask me about React

Connect with me:

gwen-tripet-costet

[to be completed]

 gwenillia

gwenillia

better-equideow's People

Contributors

gwenillia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

amnoxia

better-equideow's Issues

#messageBox: overweight and underweight

Hi!
I used your work while tooling my horses and came up with something that can be implemented.
Because the automatic selection of feed and oats did not take into account message boxes about overweight and underweight horses.
I made a slight remaster for personal use (Polish version of the game).
Could you see if you would like to implement it in your own way?

this.messageBox = document.getElementById("messageBoxInline").textContent; // in the constructor()

switch (true) {
      case this.messageBox.includes("Nie karm"): // howrse.com "anything to eat today"
        break;
      case this.messageBox.includes("ilość paszy: 20"): // howrse.com "20 fodder today to bring"
        this.haySelectors[20].click();
        break;
      case this.messageBox.includes("ilość paszy: 16"): //howrse.com "16 fodder today to bring"
        this.haySelectors[16].click();
        break;
      default:
        if (fourrageNode) {
          const fourrageIndex = this.getFoodIndex(fourrageNode);
          this.haySelectors[fourrageIndex].click();
        }

        if (avoineNode) {
          const avoineIndex = this.getFoodIndex(avoineNode);
          this.oatsSelectors[avoineIndex].click();
        }
        break;
    }
Have a nice day / night! ^^

Food selector

Hi ! While taking care of my horses with the extension, I noticed that the food selector was kinda buggy. With foals, it won't select anything to eat and sometimes with horses it will only select the oat !
Have a nice day !

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.