My first chess application. First I will implement the game logic in python, then I will build out a front-end in JavaScript. Finally, I will build a chess engine to play against whoever wants a game!
- Python chess game. Board file contains the rules.
- Piece classes contain the legality of their moves, as well as their point value.
- FEN strings will be used to describe the state of the board.