No description
Find a file
2015-12-14 15:06:16 +01:00
.tx Added transifex cli configuration 2015-09-08 19:08:04 +02:00
cmake Bintray package updates 2015-10-19 22:09:24 +02:00
cockatrice Add .txt to the common deck file types 2015-12-13 12:00:39 +01:00
common Merge pull request #1654 from ctrlaltca/facedown 2015-12-13 10:37:47 +01:00
doc Revert "Reimplemented PictureLoader as a singleton" 2015-09-23 03:17:33 -04:00
oracle CPack: Debian package 2015-10-13 22:16:00 +02:00
servatrice Whoops: Fix db schema number 2015-12-13 11:53:30 +01:00
sounds sound themes 2015-09-13 02:01:50 +02:00
tests Fix PR #1600 2015-10-09 14:59:42 +02:00
themes Fix velvet marble theme 2015-12-11 16:34:46 +01:00
.dockerignore Dockerfile for servatrice 2015-07-02 23:58:25 -04:00
.gitignore Added transifex cli configuration 2015-09-08 19:08:04 +02:00
.travis.yml Add correct encrypted api key to deploy to bintray 2015-12-14 09:32:31 +01:00
appveyor.yml Test appveyor deploy 2015-12-14 15:06:16 +01:00
CMakeLists.txt Travis - deploy to bintray 2015-10-18 16:58:07 +02:00
CONTRIBUTING.md fixed typos 2015-04-29 15:30:30 +02:00
COPYING Updated COPYING (GPLv2) with GPLv2 from GNU.org (trivial) 2013-05-08 20:45:38 +02:00
Dockerfile Use servatrice as docker entrypoint 2015-08-22 08:43:44 -04:00
README.md Add bintray badges 2015-12-14 09:47:03 +01:00
TODO.md Removed resolved issues from TODO.md 2015-05-16 18:50:51 +02:00
travis-compile.sh Add script to validate schema changes. 2015-12-13 10:47:39 +01:00
travis-dependencies.sh install bc package on linux for the check_schema_version script 2015-12-13 10:48:45 +01:00


Table of Contents    Cockatrice | [Get Involved] (#get-involved-) | Community | Translation | Building | Running | License


Cockatrice

Cockatrice is an open-source multiplatform software for playing card games, such as Magic: The Gathering, over a network. It is fully client-server based to prevent any kind of cheating, though it supports single-player games without a network interface as well. Both client and server are written in Qt, supporting both Qt4 and Qt5.

Downloads

We offer a download for both the last stable version (recommended for users) and the last development version. The development version contains the last implemented features, but can be unstable and unsuitable for gaming. Downloads are hosted on BinTray.

  • Latest stable version download: Download
  • Latest development (unstable) version download: Download

Get Involved Gitter chat

Chat with the Cockatrice developers on Gitter. Come here to talk about the application, features, or just to hang out. For support regarding specific servers, please contact that server's admin or forum for support rather than asking here.

Community Resources

Translation Status Cockatrice on Transiflex

Cockatrice uses Transifex for translations. You can help us bring Cockatrice/Oracle to your language or edit single wordings by clicking on the associated charts below.
Our project page offers a detailed overview for contributors.

Language statistics for Cockatrice (on the left) and Oracle (on the right):

Cockatrice translations      Oracle translations

Check out our Translator FAQ for more information!

Building Travis Build Status - master Appveyor Build Status - master

Detailed compiling instructions are on the Cockatrice wiki under Compiling Cockatrice

Dependencies:

Oracle can optionally use zlib to load zipped files:

The server requires an additional dependency when compiled under Qt4:

To compile:

mkdir build
cd build
cmake ..
make

You can then run

make install

to get a cockatrice installation inside the release folder, or:

make package

to create a system-specific installation package.

The following flags can be passed to cmake:

  • -DWITH_SERVER=1 Whether to build the server (default 0 = no).
  • -DWITH_CLIENT=0 Whether to build the client (default 1 = yes).
  • -DWITH_ORACLE=0 Whether to build oracle (default 1 = yes).
  • -DPORTABLE=1 Build portable versions of client & oracle (default 0 = no).
  • -DWITH_QT4=1 Force compilation to use Qt4 instead of Qt5 (default 0 = no).
  • -DCMAKE_BUILD_TYPE=Debug Compile in debug mode. Enables extra logging output, debug symbols, and much more verbose compiler warnings (default Release).
  • -DUPDATE_TRANSLATIONS=1 Configure make to update the translation .ts files for new strings in the source code. Note: Running make clean will remove the .ts files (default 0 = no).
  • -DTEST=1 Enable regression tests (default 0 = no). Note: needs googletest, will be downloaded on the fly if unavailable. To run tests: make test.

Building servatrice Docker container

docker build -t servatrice .

Running

oracle fetches card data
cockatrice is the game client
servatrice is the server

License GPLv2 License

Cockatrice is free software, licensed under the GPLv2.