LonelyZach / lonely-tetris

MIT License
3 stars 0 forks source link

Ability to differentiate between each players blocks #18

Open GrandAdmiralGergar opened 6 years ago

GrandAdmiralGergar commented 6 years ago

Both the tetrominos and the blocks being placed themselves need this so we can identify whether players need to be punished by placing incorrectly

GrandAdmiralGergar commented 6 years ago

I think this was discussed in a meeting that you couldn't make / were late to. To make the game difficult for two people, we wanted to put restrictions on how they could place blocks so that the players would get in each other's way.

The current resolution for this is to make sure that, whenever a block is placed, it is touching either the floor of the playing area OR placed directly above at least one block of the other player.