Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Werwolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Weichelt
Werwolf
Commits
81a5427a
Commit
81a5427a
authored
5 years ago
by
jakobkir
Browse files
Options
Downloads
Patches
Plain Diff
added gitignore
parent
8a29ff6b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
werwolf.py
+1
-0
1 addition, 0 deletions
werwolf.py
with
3 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
81a5427a
__pycache__/
*.pyc
\ No newline at end of file
This diff is collapsed.
Click to expand it.
werwolf.py
+
1
−
0
View file @
81a5427a
...
...
@@ -26,6 +26,7 @@ def kill(name):
print
(
name
+
"
starb
"
)
print
(
name
+
"
war ein
"
+
remain
[
name
])
if
remain
[
name
]
==
"
Jäger
"
:
print
(
"
Wen willst du mit in den Rod reißen?
"
)
while
(
not
v_
in
remain
.
keys
()):
v_
=
input
(
"
Opfer:
"
)
kill
(
v_
)
...
...
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