# Controller

- [Base Controller](/the-chess/controller/base-controller.md): There are two type of mouse action the base controller accept, click and drag. The legality of piece movement are all up to game logic.
- [Two Player Controller](/the-chess/controller/two-player-controller.md): This mobile only controller support two player touching the screen while playing face to face on a single device. Made for kids.
