Skip to content
Snippets Groups Projects
Commit 79eac66d authored by syuilo's avatar syuilo
Browse files

tweak reversi map

parent e2985cf1
No related branches found
No related tags found
No related merge requests found
......@@ -680,29 +680,6 @@ export const dealWithIt: Map = {
],
};
export const bigBoard: Map = {
name: 'Big board',
category: 'Special',
data: [
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
'-------wb-------',
'-------bw-------',
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
'----------------',
],
};
export const twoBoard: Map = {
name: 'Two board',
category: 'Special',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment