Aquileo | Recent changes to wikihttps://sourceforge.net/p/pairfx/wiki/2015-03-09T17:46:03.560000ZRecent changes to wikiAquileo | Home modified by mrxjn2015-03-09T17:46:03.560000Z2015-03-09T17:46:03.560000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net3562448b6e8574674903d2b7026a2def98a255e1<div class="markdown_content"><pre>--- v9 +++ v10 @@ -1,17 +1,13 @@ PairFX is a chess pairing program ideal to use for youth tournaments It is available in dutch, English and French. -Do you have 2 minutes ? check this quick demo on youtube: [PairFX Basic Functionality](https://www.youtube.com/watch?v=Vpcx8pj0EsI) +All info and video tutorials can be found on the <a href="http://mdconsulting.be/pairfx-chess" rel="nofollow">PairFX website</a> ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png) -All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html) +PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin. -PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin. -[Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means") - -but PairFX 2.01 also supports round robin tournaments. -A round robin tournament is the classical 'everybody against everybody' formula with rounds. +<a href="../href=">Check the site for all the info!</a> About the source code: </pre> </div>Aquileo | Home modified by mrxjn2015-03-03T21:26:43.081000Z2015-03-03T21:26:43.081000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net2933ad70abc57b52c2756470063082356a768eee<div class="markdown_content"><pre>--- v8 +++ v9 @@ -24,8 +24,8 @@ PairFXClient = the client, and PairFXLib =the model and the logic. - -* The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib) +The Old code can be found here: +* PairFXLib (the model): [PairFXLib](https://github.com/MarkDechamps/PairFXLib) * The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX) </pre> </div>Aquileo | Home modified by mrxjn2015-03-03T21:12:20.128000Z2015-03-03T21:12:20.128000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net15767c767de129f447cf1945dea3d46d4701d7d5<div class="markdown_content"><pre>--- v7 +++ v8 @@ -10,7 +10,8 @@ PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin. [Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means") -Round robin tournaments is the 'everybody against everybody' formula. +but PairFX 2.01 also supports round robin tournaments. +A round robin tournament is the classical 'everybody against everybody' formula with rounds. About the source code: </pre> </div>Aquileo | Home modified by mrxjn2015-03-03T21:08:54.729000Z2015-03-03T21:08:54.729000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net485e0e164b8958c0dd61345d564a1c94fc0ece08<div class="markdown_content"><pre>--- v6 +++ v7 @@ -6,22 +6,27 @@ ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png) All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html) -You can download the lastest version there to. -[PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means") +PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin. +[Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means") + +Round robin tournaments is the 'everybody against everybody' formula. About the source code: -The version 1.15 is on Github. But I'm preparing version 2.0 witch is already here on sourceforge (new features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install.) but not ready yet. Stay tuned! (26/11/2014) +This version 2.01 is on Sourceforge. Finally. New features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install. -PairFX consists of 2 open source (Netbeans) projects on github: +The previous code (before 2.01) can still be found on Github. +From now on this project will be further maintained on Sourceforge. + +PairFX consists of 2 open source (Netbeans) projects. +PairFXClient = the client, and PairFXLib =the model and the logic. + + * The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib) - * The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX) - -But if you want to you can write your own front end for it (that's why I separated it) </pre> </div>Aquileo | Home modified by mrxjn2014-11-26T20:35:01.485000Z2014-11-26T20:35:01.485000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net06541c6720f31d13d536534a407caca5c57e7dbd<div class="markdown_content"><pre>--- v5 +++ v6 @@ -11,6 +11,8 @@ [PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means") About the source code: + +The version 1.15 is on Github. But I'm preparing version 2.0 witch is already here on sourceforge (new features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install.) but not ready yet. Stay tuned! (26/11/2014) PairFX consists of 2 open source (Netbeans) projects on github: </pre> </div>Aquileo | Home modified by mrxjn2014-08-10T09:13:18.463000Z2014-08-10T09:13:18.463000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.netd720f7fec5b739a58fc55d886bc1ee026bb40d97<div class="markdown_content"><pre>--- v4 +++ v5 @@ -7,6 +7,8 @@ All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html) You can download the lastest version there to. + +[PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means") About the source code: </pre> </div>Aquileo | Game based tournaments modified by mrxjn2014-08-10T09:09:32.003000Z2014-08-10T09:09:32.003000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net786d8025d1b984b17dae138e817a9b2c0dea376f<div class="markdown_content"><p>PairFX runs game based tournaments. What is this ?</p> <p>It is actually very simple. Instead of having rounds (and having all players have the same amount of games played) PairFX uses score percentages to determine its next pairing. This has the huge advantage that no waiting is required to get the next games going.</p> <p>There are a few parameters involved in making a pairing (which are configurable).</p> <ul> <li>The score of the players (more important the <em>difference</em> in percentage of points)</li> <li>The number of rounds player may not have played each other before being paired again</li> </ul> <p>further there is:</p> <ul> <li>color preference (PairFX tries to change colors as much as possible)</li> </ul> <p>You can always manually change a pairing. If you don't like a generated pairing, then select it, delete it and create your own.</p> <p>If you select multiple players and click 'Pair' then a pairing wil be made with the selected players.<br /> If you select only 2 players, then that pairing will always be made. That way you can adjust all you want.</p></div>Aquileo | Home modified by mrxjn2014-05-13T19:12:19.578000Z2014-05-13T19:12:19.578000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.nete87f01dc0a2dfef1925277b3ef3a33bd3f022c79<div class="markdown_content"><pre>--- v3 +++ v4 @@ -10,7 +10,7 @@ About the source code: -PairFX consists of 2 (Netbeans) projects: +PairFX consists of 2 open source (Netbeans) projects on github: * The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib) </pre> </div>Aquileo | Home modified by mrxjn2014-05-13T19:11:21.828000Z2014-05-13T19:11:21.828000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net13b0984be37bcb697cde09096543ba06afe8619c<div class="markdown_content"><pre>--- v2 +++ v3 @@ -1,7 +1,7 @@ PairFX is a chess pairing program ideal to use for youth tournaments It is available in dutch, English and French. -Do you have 2 minutes ? check this quick demo on youtube: [PairFX Demo](https://www.youtube.com/watch?v=Vpcx8pj0EsI) +Do you have 2 minutes ? check this quick demo on youtube: [PairFX Basic Functionality](https://www.youtube.com/watch?v=Vpcx8pj0EsI) ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png) </pre> </div>Aquileo | Home modified by mrxjn2014-05-13T19:10:31.348000Z2014-05-13T19:10:31.348000Zmrxjnhttps://sourceforge.net/u/mrxjn/https://sourceforge.net5be7c2f3358936d4c1b2438c2bb87efe7a3519f5<div class="markdown_content"><pre>--- v1 +++ v2 @@ -1,8 +1,31 @@ -Welcome to your wiki! +PairFX is a chess pairing program ideal to use for youth tournaments +It is available in dutch, English and French. -This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage]. +Do you have 2 minutes ? check this quick demo on youtube: [PairFX Demo](https://www.youtube.com/watch?v=Vpcx8pj0EsI) -The wiki uses [Markdown](/p/pairfx/wiki/markdown_syntax/) syntax. +![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png) + +All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html) +You can download the lastest version there to. + +About the source code: + +PairFX consists of 2 (Netbeans) projects: + +* The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib) + +* The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX) + + +But if you want to you can write your own front end for it (that's why I separated it) + + + + + + + + [[members limit=20]] [[download_button]] </pre> </div>