Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GroupProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Stephenson
GroupProject
Commits
64adc7cc
Commit
64adc7cc
authored
Oct 25, 2024
by
Abdul Khan
Browse files
Options
Downloads
Patches
Plain Diff
Updated Maps Dictionary
parent
278ea1be
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
maps.py
+4
-4
4 additions, 4 deletions
maps.py
with
4 additions
and
4 deletions
maps.py
+
4
−
4
View file @
64adc7cc
...
...
@@ -5,7 +5,7 @@ location_start = {
"
description
"
:
""""
You are standing at the entrance of your small hometown.
Next to you is a row of houses, with
#1
'
s house being the last of the row.
Next to you is a row of houses, with
Marco
'
s house being the last of the row.
There is a path leading to the north, which you can follow to the fields,
or to the east, which leads to the houses.
"""
,
...
...
@@ -15,7 +15,7 @@ location_start = {
}
location_house
=
{
"
name
"
:
"
#1
'
s House
"
,
"
name
"
:
"
Marco
'
s House
"
,
"
description
"
:
""""
The deceased
'
s family lives here, now consumed by grief.
...
...
@@ -28,10 +28,10 @@ location_house = {
}
location_room
=
{
"
name
"
:
"
#1
'
s Room
"
,
"
name
"
:
"
Marco
'
s Room
"
,
"
description
"
:
""""
You
'
re at the door of
#1
'
s room, one of which you been hundreds of times.
""""
You
'
re at the door of
Marco
'
s room, one of which you been hundreds of times.
The room is filled with old memories and comics. You notice an empty letter on his desk.
"""
,
"
exits
"
:
{
"
next
"
:
"
House
"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment