https://github.com/miketmoore/chess
The game of Chess
https://github.com/miketmoore/chess
board-game chess classic-game game
Last synced: 5 months ago
JSON representation
The game of Chess
- Host: GitHub
- URL: https://github.com/miketmoore/chess
- Owner: miketmoore
- License: mit
- Created: 2018-02-19T17:04:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T15:36:42.000Z (over 6 years ago)
- Last Synced: 2026-01-17T22:20:17.933Z (5 months ago)
- Topics: board-game, chess, classic-game, game
- Language: Go
- Homepage: https://miketmoore.itch.io/chess
- Size: 14 MB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚧 Go Chess
https://miketmoore.itch.io/chess
[](https://goreportcard.com/report/github.com/miketmoore/chess)
| | | |
| ------------------------------------------------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
|
|
|
## 🎮 Play
You can [download the latest published binary](https://miketmoore.itch.io/chess) from itch.io or build from source.
## 📦 Build and Run from Source
```
# Get dependencies, run tests, and build binary:
mkdir -p $GOPATH/src/github.com/miketmoore
cd $GOPATH/src/github.com/miketmoore
git clone github.com/miketmoore/chess
cd chess
make
# Run
./chess
```
## 📝 Credit
- Fonts by [Kenney](http://kenney.nl/support)
- Chess pieces from [Wikipedia](https://commons.wikimedia.org/wiki/Category:PNG_chess_pieces/Standard_transparent#/media/File:ChessPiecesArray.png)
- Board color schemes from [OMG Chess](http://omgchess.blogspot.com/2015/09/chess-board-color-schemes.html)
## 🎨 Custom Game Art - Work in Progress
I am drawing a set of chess pieces for this game. You can follow my progress on [Flickr](https://www.flickr.com/photos/miketmoore/albums/72157693792363695).