Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Group Project
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ahmed Yusuf
Group Project
Compare revisions
0211f8aa60331384a4a3774f9793eb68ed87ee1e to 3a671e9e8fb74f5dbb56c142a630d6f2fb973943
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
c22027697/group-project
Select target project
No results found
3a671e9e8fb74f5dbb56c142a630d6f2fb973943
Select Git revision
Branches
main
Swap
Target
c22027697/group-project
Select target project
c22027697/group-project
1 result
0211f8aa60331384a4a3774f9793eb68ed87ee1e
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Some descriptions
· 33e33742
Yaqing Wu
authored
2 years ago
33e33742
Some descriptions
· 3a671e9e
Yaqing Wu
authored
2 years ago
3a671e9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Group_game/items.py
+5
-5
5 additions, 5 deletions
Group_game/items.py
with
5 additions
and
5 deletions
Group_game/items.py
View file @
3a671e9e
...
...
@@ -12,7 +12,7 @@ item_safe = {
"
name
"
:
"
a secure safe
"
,
"
description
"
:
"
(no description)
"
,
"
description
"
:
"
The safe seems to be locked, it looks like it needs a passcode to open it.
"
,
"
pick-up
"
:
False
,
"
open
"
:
False
...
...
@@ -22,7 +22,7 @@ item_note = {
"
name
"
:
"
a hidden note
"
,
"
description
"
:
"
(no description)
"
,
"
description
"
:
"
You read the note and it seems to have some sort of puzzle on it.
"
,
"
pick-up
"
:
True
}
...
...
@@ -48,7 +48,7 @@ powered_torch = {
"
name
"
:
"
a torch with batteries
"
,
"
description
"
:
"
(no description)
"
,
"
description
"
:
"
The torch is now functioning and able to light up dark areas.
"
,
"
pick-up
"
:
True
}
...
...
@@ -58,7 +58,7 @@ item_diary = {
"
name
"
:
"
a personal diary
"
,
"
description
"
:
"
(no description)
"
,
"
description
"
:
"
You
'
ve found a diary, you flip through some pages and read some interesting stories but you notice a note sticking out.
"
,
"
pick-up
"
:
True
,
"
open
"
:
False
}
...
...
@@ -67,7 +67,7 @@ item_screwdriver = {
"
name
"
:
"
a screwdriver
"
,
"
description
"
:
"
()
"
,
"
description
"
:
"
You notice something shiny on the floor, it looks like a screwdriver, it may come in use later.
"
,
"
pick-up
"
:
True
}
item_winebottle
=
{
...
...
This diff is collapsed.
Click to expand it.