Little0smit / Little0smit/ChunkTracker
Collect Info on Shops in Kingdom of Misthalin (Lumbridge/Varrock)
- 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": [""]
}

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