Implement Sliding-Blocks and Restricted-Sliding-Blocks
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
import { VERTICAL } from "../../../constants.js";
|
||||
|
||||
export const two = {
|
||||
name: "Two",
|
||||
width: 5,
|
||||
height: 5,
|
||||
board: [
|
||||
[0, VERTICAL, 0, 0, 0, 1],
|
||||
[1, VERTICAL, 1, 0, 1, 1],
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user