Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more polyominoes blocks types #12

Open
Viet281101 opened this issue May 31, 2024 · 0 comments
Open

Add more polyominoes blocks types #12

Viet281101 opened this issue May 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Viet281101
Copy link
Owner

Just add more types of Polyominoes blocks like Pentomino, Hexomino, etc in this list of the file polyomino.js:

export const SHAPES = {
	MONOMINO: [[1]],
	DOMINO: [[1, 1]],
	TROMINO: [[1, 1, 1]],
	TETROMINO_I: [[1, 1, 1, 1]],
	TETROMINO_O: [[1, 1], [1, 1]],
	TETROMINO_S: [[0, 1, 1], [1, 1, 0]],
	TETROMINO_T: [[0, 1, 0], [1, 1, 1]],
	TETROMINO_L: [[1, 0, 0], [1, 1, 1]],
};
@Viet281101 Viet281101 added the enhancement New feature or request label May 31, 2024
@Viet281101 Viet281101 changed the title Add more Polyominoes types into SHAPES list of polyomino.js Add more polyominoes blocks types May 31, 2024
Viet281101 added a commit that referenced this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants