https://github.com/guidanoli/chess
Chess Game
https://github.com/guidanoli/chess
Last synced: 7 months ago
JSON representation
Chess Game
- Host: GitHub
- URL: https://github.com/guidanoli/chess
- Owner: guidanoli
- License: mit
- Created: 2020-06-03T02:27:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T13:53:38.000Z (about 5 years ago)
- Last Synced: 2025-01-17T13:30:21.436Z (9 months ago)
- Language: C++
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chess
=====Implement a chess game interface that is sufficiently generic
to adapt to any possible representation and interaction with
the game and its players.There must be first a command line implementation and then
a graphical implementation whose controls aren't dependable
on the command line but in the graphical display window and
interactions (mouse and keyboard).This project is to be divided into the following stages:
- Describe in formal ways a chess game
- Implement a generic chess game interface
- Implement a command line chess game
- Implement a chess game with GUI