https://github.com/alphabetsalphabets/term-chess
A terminal chess game to learn C++
https://github.com/alphabetsalphabets/term-chess
Last synced: 3 months ago
JSON representation
A terminal chess game to learn C++
- Host: GitHub
- URL: https://github.com/alphabetsalphabets/term-chess
- Owner: AlphabetsAlphabets
- License: agpl-3.0
- Created: 2023-01-29T02:03:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T13:34:26.000Z (over 2 years ago)
- Last Synced: 2025-01-21T08:08:22.737Z (5 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess
My first C++ project. Decided to make a chess game. There are no checks to prevent illegal moves and there is trust that the player will adhere to them.