LonelyZach / lonely-tetris

MIT License
3 stars 0 forks source link

Separated Player and Tetromino objects. #4

Closed LonelyZach closed 6 years ago

LonelyZach commented 6 years ago

Separated Player and Tetromino objects. Tetromino objects are now server-side and can be controlled directly on the server in normal game logic. They will update in the player's view automatically.