All Projects → miketmoore → chess

miketmoore / chess

Licence: MIT license
The game of Chess

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to chess

AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Stars: ✭ 76 (+204%)
Mutual labels:  board-game, chess
shogi-pieces
Shogi (Japanese Chess) pieces and boards
Stars: ✭ 25 (+0%)
Mutual labels:  board-game, chess
Mzinga
Open-source software to play the board game Hive.
Stars: ✭ 57 (+128%)
Mutual labels:  board-game, chess
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (+24%)
Mutual labels:  board-game
chess-openings
An aggregated data set of chess opening names
Stars: ✭ 223 (+792%)
Mutual labels:  chess
Online-Chess
A chess website where people can play against each other online.
Stars: ✭ 28 (+12%)
Mutual labels:  chess
Imperial-Assault-Skirmish-Map-Project
Maps for Imperial Assault skirmish scenarios: check missions or print for playmats
Stars: ✭ 69 (+176%)
Mutual labels:  board-game
SpaceAlertMissionGenerator
Mission Generator For Space Alert Board Game On Android
Stars: ✭ 15 (-40%)
Mutual labels:  board-game
python-chess-annotator
Reads chess games in PGN format and adds annotations using an engine
Stars: ✭ 48 (+92%)
Mutual labels:  chess
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (+100%)
Mutual labels:  board-game
ChessBoardScanner
Java based Chess Board Scanner, which converts 2D chess board image into a machine readable format a.k.a. Forsyth–Edwards Notation (FEN). It uses OpenCV and Deeplearning4j frameworks, complemented with some proprietary algorithms implemented for realizing the goal. It currently supports the chess board and pieces sets of the most common online c…
Stars: ✭ 32 (+28%)
Mutual labels:  chess
kokopu
A JavaScript/TypeScript library implementing the chess game rules and providing tools to read/write the standard chess file formats.
Stars: ✭ 18 (-28%)
Mutual labels:  chess
Demolito
UCI Chess Engine
Stars: ✭ 41 (+64%)
Mutual labels:  chess
shogi-rs
A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
Stars: ✭ 39 (+56%)
Mutual labels:  board-game
LodeRunner
Lode Runner (超級運動員) - APPLE-II remake version
Stars: ✭ 46 (+84%)
Mutual labels:  classic-game
boardgame-socketplayer
A generic board game socket client
Stars: ✭ 21 (-16%)
Mutual labels:  board-game
chessboard-recognizer
Uses neural networks to extract chess positions from images
Stars: ✭ 59 (+136%)
Mutual labels:  chess
ChineseChessOL
Online Heads-Up version of Chinese Chess built with Unity 3D
Stars: ✭ 15 (-40%)
Mutual labels:  chess
NemeStats
NemeStats is a completely free website for tracking board games played among a relatively stable group of players.
Stars: ✭ 43 (+72%)
Mutual labels:  board-game
Carcassonne
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Stars: ✭ 70 (+180%)
Mutual labels:  board-game

🚧 Go Chess

https://miketmoore.itch.io/chess

Go Report Card

🎮 Play

You can download the latest published binary 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

🎨 Custom Game Art - Work in Progress

I am drawing a set of chess pieces for this game. You can follow my progress on Flickr.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].