mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-25 05:49:44 +01:00
Added map5 ignoring zoc
This commit is contained in:
parent
30d129735c
commit
0a66d3cbfd
@ -16,13 +16,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"length": 3,
|
"length": 3,
|
||||||
"x": 0,
|
"x": 2,
|
||||||
"y": 6,
|
"y": 6,
|
||||||
"rot": "RIGHT"
|
"rot": "RIGHT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"length": 2,
|
"length": 2,
|
||||||
"x": 4,
|
"x": 0,
|
||||||
"y": 8,
|
"y": 8,
|
||||||
"rot": "RIGHT"
|
"rot": "RIGHT"
|
||||||
},
|
},
|
||||||
@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"length": 1,
|
"length": 1,
|
||||||
"x": 8,
|
"x": 6,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"rot": "RIGHT"
|
"rot": "RIGHT"
|
||||||
},
|
},
|
||||||
|
66
Projekte/battleship/client/maps/map5.json
Normal file
66
Projekte/battleship/client/maps/map5.json
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"width": 10,
|
||||||
|
"height": 10,
|
||||||
|
"ships": [
|
||||||
|
{
|
||||||
|
"length": 4,
|
||||||
|
"x": 0,
|
||||||
|
"y": 5,
|
||||||
|
"rot": "DOWN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 3,
|
||||||
|
"x": 0,
|
||||||
|
"y": 9,
|
||||||
|
"rot": "DOWN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 3,
|
||||||
|
"x": 0,
|
||||||
|
"y": 6,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 2,
|
||||||
|
"x": 4,
|
||||||
|
"y": 8,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 2,
|
||||||
|
"x": 2,
|
||||||
|
"y": 4,
|
||||||
|
"rot": "DOWN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 2,
|
||||||
|
"x": 2,
|
||||||
|
"y": 1,
|
||||||
|
"rot": "DOWN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 1,
|
||||||
|
"x": 6,
|
||||||
|
"y": 2,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 1,
|
||||||
|
"x": 8,
|
||||||
|
"y": 2,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 1,
|
||||||
|
"x": 6,
|
||||||
|
"y": 0,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"length": 1,
|
||||||
|
"x": 8,
|
||||||
|
"y": 0,
|
||||||
|
"rot": "RIGHT"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user