Created by Adam Cole, Aditya Sriram, Eli Katz, and Jake Wallin
- Clone repository to local machine
- Open index.html
- Run ./host.command in local repository
- Navigate to localhost:8000 in browser
The playing experience is fairly intuitive.
The white player goes first; to move, click the sqare underneath the piece you want to move, and the valid tiles you can move to will show up highlighted in red. Click on one of those tiles to move the piece there. To unselect a piece, just click anywhere else on the board.
Logic is not implemented into the game besides the valid next moves. Players must understand the rules of Check and Checkmate.
We're using tiny-graphics.js for our graphics library. That's about it!