Little0smit / Little0smit/ChunkTracker

Collect Info on Shops in Kingdom of Misthalin (Lumbridge/Varrock)

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted Non-Code
Dominant language
Java
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Collect information on all Shops within the stated area. (See image below)

Information required:
- Shop name
- Stock
- Chunk Location
- Requirements for use.

The format can be simply stored in a text file of done directly into the JSON format the program requires, which is as shown:
  {
    "name": "Name",
    "chunkLocation": [2000],
    "stock":[""],
    "questReqs": [""]
  }

![20180807025829 misthalin_map](https://user-images.githubusercontent.com/13634276/52905433-1e52b080-3232-11e9-9750-61fe80fc34dc.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Use the supplied Misthalin map to identify all shops in Lumbridge and Varrock, then collect each shop's name, stock, chunk location, and requirements for use. Record the results in the program's required JSON format, using the example object in the issue; done means both areas' shops are covered with all requested fields.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
content
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.