summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-09 22:54:30 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-09 22:54:30 +0900
commit99bef32d1f840977f3d946fea4a30889eff5023d (patch)
tree8e73a966968d202d8c58b1f220d476f7a91427c5 /src/common
parentsetイベントに次どっちのターンかの情報を含めた (diff)
downloadmisskey-99bef32d1f840977f3d946fea4a30889eff5023d.tar.gz
misskey-99bef32d1f840977f3d946fea4a30889eff5023d.tar.bz2
misskey-99bef32d1f840977f3d946fea4a30889eff5023d.zip
Add new othello map
Diffstat (limited to 'src/common')
-rw-r--r--src/common/othello/maps.ts18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index e4f898fd74..2b1b61b2d2 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -417,6 +417,24 @@ export const checker: Map = {
]
};
+export const arena: Map = {
+ name: 'Arena',
+ category: '10x10',
+ author: 'syuilo',
+ data: [
+ '- - -- - -',
+ ' - - - - ',
+ '- ------ -',
+ ' -------- ',
+ '- --wb-- -',
+ '- --bw-- -',
+ ' -------- ',
+ '- ------ -',
+ ' - - - - ',
+ '- - -- - -'
+ ]
+};
+
export const reactor: Map = {
name: 'Reactor',
category: '10x10',