Skip to content

Commit

Permalink
constantsディレクトリ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntegrale9 committed Oct 3, 2023
1 parent bbaabc5 commit dc15859
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
27 changes: 0 additions & 27 deletions application/roles.py

This file was deleted.

Empty file added constants/__init__.py
Empty file.
24 changes: 24 additions & 0 deletions constants/roles.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""
役職編成の辞書
村: 村人
狼: 人狼
占: 占い師
"""

# シンプル編成(仮)
simple = {
4: '村村狼占',
5: '村村狼狼占',
6: '村村村狼狼占',
7: '村村村村狼狼占',
8: '村村村村村狼狼占',
9: '村村村村村村狼狼占',
10: '村村村村村村狼狼狼占',
11: '村村村村村村村狼狼狼占',
12: '村村村村村村村村狼狼狼占',
13: '村村村村村村村村村狼狼狼占',
14: '村村村村村村村村村村狼狼狼占',
15: '村村村村村村村村村村村狼狼狼占',
16: '村村村村村村村村村村村狼狼狼狼占',
}

0 comments on commit dc15859

Please sign in to comment.