Menu

Tree [8b0714] master /
 History

HTTPS access


File Date Author Commit
 gfx 2011-07-27 Christian Wahlmann Christian Wahlmann [49681d] Initial commit.
 screenshots 2011-08-05 Christian Wahlmann Christian Wahlmann [79fef8] add screenshot of terminal version
 Makefile 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 Makefile.Debug 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 Makefile.Release 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 board.cpp 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 board.h 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 cboard.cpp 2011-08-22 Christian Wahlmann Christian Wahlmann [99fda7] fixed a bug in cboard (pawns moves); qt version...
 cboard.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cengine.cpp 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cengine.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cfigure.cpp 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cfigure.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cjail.cpp 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cjail.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 cpoint.cpp 2011-07-27 Christian Wahlmann Christian Wahlmann [49681d] Initial commit.
 cpoint.h 2011-07-27 Christian Wahlmann Christian Wahlmann [49681d] Initial commit.
 dreierschach_client 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 dreierschach_client.cpp 2011-08-22 Christian Wahlmann Christian Wahlmann [99fda7] fixed a bug in cboard (pawns moves); qt version...
 dreierschach_client.h 2011-07-27 Christian Wahlmann Christian Wahlmann [49681d] Initial commit.
 dreierschach_client.pro 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 dreierschach_client.ui 2011-07-27 Christian Wahlmann Christian Wahlmann [49681d] Initial commit.
 figure.cpp 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 figure.h 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 jail.cpp 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 jail.h 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 main.cpp 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 msg.cpp 2011-08-09 Christian Wahlmann Christian Wahlmann [f3135d] forgot to post the messages of cboard, that now...
 msg.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 protocol.cpp 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 protocol.h 2011-08-21 Christian Wahlmann Christian Wahlmann [9f932f] exchanging captives now works
 readme 2011-09-17 Christian Wahlmann Christian Wahlmann [8b0714] Changed the qt routines to make use of the func...
 ui_dreierschach_client.h 2011-08-02 Christian Wahlmann Christian Wahlmann [2a747c] jail function for cboard - finished and partly ...

Read Me

This is a snapshot of the terminal version of dreierschach version 0.5
(c) 2011 by Christian Wahlmann
http://www.dreierschach.de
http://sourceforge.net/projects/dreierschach

Usage:
run with ./dreierschach_client
options:
-v --version	show programm version
-c --console    run on console, else run the qt version
-h --help	print out help

How to play the console version:

- Enter a move by typing the coordinates (f.e. 'b1d1')
- Show the protocol with 'p'
- Start a new game with 'x'
- Save and quit with 'q'
- Save and play on with 's'
- Add a figure with '!PosFig', f.e. '!c5=p' adds a grey pawn to c5
- show possible moves with '?Pos'

Missing features:
- select, where to save and load a game
- nearly everything to play the qt thing