ehmatthes / ehmatthes/adventure_matrix

Make a cleaner input format

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Right now all adventure data are entered directly in the program, as a list of dictionaries. Not user-friendly, and not even fun to edit as a programmer.

Simple interface would involve parsing a text file of data:

```
Time PhysicalDifficulty Adventure Name
5 7 Picnic Rock
3 5 Beaver Lake
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating where adventure data are currently defined and trace how the script consumes the list of dictionaries. Done means accepting equivalent rows from a text file and using them to generate the adventure matrix.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.