Offline Chess Game
This project aims to create an offline game of chess. It will be very simple, just a chessboard, pieces and maybe a chessclock. Rules of chess will of course be included – rooks will be allowed to move only in files etc. To meet requirements, there will be an additional feature of saves, the game can be saved and the position will be written into a txt or csv file, enabling players to save the game and load it again later. Topics I intend to cover:
- OOP, functional programming (pieces and chess board itself)
- data export, json, csv,... (saves)