CurlingMatch

Short description

Program makes available writing processes of curling games (its stones positions on ice, value of throws which were done). Moreover it makes possible to create portable data base of games, teams, players and statistics.

Beside all storage and visualization functions, application can also predict a winner (meanwhile game is running) based on players statiistics and value of throws made in relevant game.

Download

[n/a: No match]

Details

Authors: Arkadiusz Burdach, Bartosz Gasparski, Jakub Kurlenda

Language: Java

Used tools: Maven2

svn: http://apatrz.org/svn/study/CurlingMatch/trunk/

Libraries:

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jdesktop</groupId>
      <artifactId>swing-layout</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.toedter</groupId>
      <artifactId>jcalendar</artifactId>
      <version>1.3.2</version>
    </dependency>
    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.0</version>
    </dependency>
    <dependency>
        <groupId>com.sun.xml.bind</groupId>
        <artifactId>jaxb-impl</artifactId>
        <version>2.0.3</version>
    </dependency>
  </dependencies>

Screenshots

Main view

Adding/editing teams

Adding/editing matches

en/projects/curlingmatch/main.txt · Last modified: 2010/07/25 18:16 (external edit)
Recent changes RSS feed Creative Commons License Donate Driven by DokuWiki