https://github.com/radovskyb/chess
A chess game written in Go.
https://github.com/radovskyb/chess
Last synced: about 1 month ago
JSON representation
A chess game written in Go.
- Host: GitHub
- URL: https://github.com/radovskyb/chess
- Owner: radovskyb
- Created: 2017-01-20T00:04:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T08:37:04.000Z (about 9 years ago)
- Last Synced: 2025-01-05T10:26:24.529Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess
A chess game written in Go.
# Todo
- Draw
- Resign (for cmd)
- PvP over server
- GUI?
# Description
This chess game is being written solely based on the fact that I have never written a chess game in any of the programming languages I have ever learned over the years and thought it might be a fun challenge to write, without any prior knowledge of how other people usually write chess games.
Because of this, I know it may end up lacking lots of the optimized code and algorithms that programmed chess games use, but I find that this also makes it more fun to write.