Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c4583ef
Add user stories
Midnight-Envy Jul 27, 2026
0fa86e8
Merge pull request #1 from Midnight-Envy/Midnight-Envy-user-stories
Midnight-Envy Jul 27, 2026
d42e488
Revise user stories for quests and player management
Midnight-Envy Jul 27, 2026
e741053
Merge pull request #2 from Midnight-Envy/Midnight-Envy-revisions
Midnight-Envy Jul 27, 2026
938e937
Revised Readme
Midnight-Envy Jul 27, 2026
a1b6a14
Rename QuestForge to QuestCLI in documentation
Midnight-Envy Jul 27, 2026
e1cb76f
Merge pull request #4 from Midnight-Envy/Midnight-Envy-UPDATENAME
Midnight-Envy Jul 27, 2026
8692c8e
Merge pull request #3 from Midnight-Envy/Midnight-Envy-readme
Midnight-Envy Jul 27, 2026
2b95988
Add adventurer management feature
Midnight-Envy Jul 27, 2026
fc7017b
Feature 1 Complete
Midnight-Envy Jul 28, 2026
dc85e6d
Feature 2 Complete
Midnight-Envy Jul 28, 2026
91985d2
Merge pull request #6 from Midnight-Envy/feature/accept-and-view-quests
Midnight-Envy Jul 28, 2026
19bc62f
Feature 3 Complete
Midnight-Envy Jul 28, 2026
93ebc73
Merge pull request #7 from Midnight-Envy/feature/update-quest-informa…
Midnight-Envy Jul 28, 2026
44a1333
Feature 4 Completed
Midnight-Envy Jul 28, 2026
48962d7
Merge pull request #8 from Midnight-Envy/feature/complete-quests
Midnight-Envy Jul 28, 2026
5d3ab52
Feature 5 Complete
Midnight-Envy Jul 28, 2026
4fb852a
Merge pull request #9 from Midnight-Envy/feature/player-level-progres…
Midnight-Envy Jul 28, 2026
896833d
Feature 6 Completed
Midnight-Envy Jul 28, 2026
736704c
Merge pull request #10 from Midnight-Envy/feature/abandon-quests
Midnight-Envy Jul 28, 2026
2e82350
Feature 7 Complete
Midnight-Envy Jul 29, 2026
afb82a1
Merge pull request #11 from Midnight-Envy/feature/cli-polish
Midnight-Envy Jul 29, 2026
77e826e
Add user story for color-coded CLI feedback
Midnight-Envy Jul 29, 2026
b3dc7b8
Completed Feature 8
Midnight-Envy Jul 29, 2026
82ec530
Merge pull request #12 from Midnight-Envy/feature/cli-color-styling
Midnight-Envy Jul 29, 2026
e0ec8ed
Expand stretch goals with detailed user stories
Midnight-Envy Jul 29, 2026
c601146
Format stretch goals list for clarity
Midnight-Envy Jul 29, 2026
6ca0897
Update project directory name in README
Midnight-Envy Jul 30, 2026
b30fca0
Add user stories for new features and update numbering
Midnight-Envy Jul 30, 2026
3a31dfd
Completed Features 9 and 10
Midnight-Envy Jul 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ group :test do
gem "database_cleaner", "~> 2.0"
gem "rspec", "~> 3.10"
end

gem "ostruct"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ GEM
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
ostruct (0.6.3)
parallel (2.1.0)
parser (3.3.11.1)
ast (~> 2.4.1)
Expand Down Expand Up @@ -206,6 +207,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 7.1)
database_cleaner (~> 2.0)
ostruct
pry (~> 0.14.1)
rake (~> 13.0)
require_all (~> 3.0)
Expand Down
Loading