Giter VIP home page Giter VIP logo

osrs-progress-tracker's Introduction

Oldschool Runescape Progress Tracker

A simple static webapp to keep track of your progress in OSRS. Each image can be toggled on/off, you can input the number of clues you have completed at each tier, and you can show what stage of each Achievement diary you have completed.

The envisioned workflow is to toggle the icons representing the things you have achieved/collected, then rendering and downloading an image of your progress.

The project is far from perfect, and there will always be items that are not added. If you have a suggestion, feel free to add it!

Development

Adding objects

  • All items should have a corresponding entry in metadata.json.
  • In order to add another item to an existing group, simply add a new object with a reasonable id and the path to an image file.
  • To add a new group (like a new GWD Boss), create a JSON object called items with a group_id, an optional group_type and a JSON array of items.
  • To add a new section, create a JSON object with a reasonable name, and add the necessary groups as above. In order for it to show on the page, you need to create your new section in content.jsusing createSection(itemdata.your-new-section, "name-of-div");

Running a server

  • To show the page, navigate to the root directory and run python -m SimpleHTTPServer
  • Visit localhost:8000 in your browser.
  • Currently development has only been done on Unix.

License

I mean, I would think that you are free to use this as you see fit, as long as my name is still there somewhere. The images used as icons are copyright of Jagex Ltd., but I would hope that this falls under Fair Use.

osrs-progress-tracker's People

Contributors

mheine avatar

Watchers

 avatar

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.