move and rotate of i

This commit is contained in:
2024-03-14 14:46:31 +01:00
parent 1959a3f578
commit a7ea698f9b
11 changed files with 376 additions and 35 deletions

View File

@ -33,6 +33,10 @@ const stoneOperations_t stoneOperations[] = {
stone_t stone;
void shapesInit() {
stone.shape = e_ShapeInvalid;
}
void stoneCreate() {
stone.shape = e_I;
stone.orientation = e_0;