TeamTetris / tetris-game

2 stars 0 forks source link

Add abstract player and concrete localPlayer #5

Closed julianweise closed 6 years ago

julianweise commented 6 years ago

This PR adds a abstract Player class and a inherited concrete LocalPlayer class to the game in order to enable game interaction.