henkjan / gitchess

Play chess via command line and git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitchess

Git-based chess game

How to start a game

  1. Fork this repo and add your opponent as a collaborator*
  2. Create a branch for your game and make sure your opponent knows which branch to pull from
  3. Tweak gitwar.users (see below)
  4. Run ./setup && ./gitwar -c to download gitwar and setup your game
  5. Run the ./gitchess and start playing

* If you don't have anyone to play with. Submit an issue saying something like, "I need a partner!", and wait for someone to reply

User file

Syntax is username: color (must be black or white). Here's an example gitwar.users:

tybenz: black
tabenziger: white

Screenshot


http://tybenz.com

Gitwar logo designed by [Simon Child](http://thenounproject.com/Simon Child) from the Noun Project and Jason Long from git-scm.com.

About

Play chess via command line and git