Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaelm1/swifty-chess

Multiplayer Chess Game
https://github.com/mikaelm1/swifty-chess

Last synced: about 1 month ago
JSON representation

Multiplayer Chess Game

Awesome Lists containing this project

README

        

# Swifty-Chess
[![Build Status](https://travis-ci.org/mikaelm1/Swifty-Chess.svg?branch=travis-setup)](https://travis-ci.org/mikaelm1/Swifty-Chess)
![img](https://img.shields.io/badge/swift-3.0-brightgreen.svg)


A multiplayer chess game written in Swift. No AI. Includes castling, pawn promotion, and win by checkmate. Draw based on no check and no moves left, or if only kings are left on the board. This chess program is a small piece of a soon-to-be larger app.