Skip to content

JRebirth/MasteringTables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

MasteringTables

Mastering Tables is a simple game used to test children knowledge of their Math Tables (+-x/)

It uses JRebirth Application Framework as core engine.

Mastering Tables is accessible here : Mastering Tables Demo

Current Build Status Build Status

Download Binaries

All binaries are stored on our binaries server : http://apps.jrebirth.org/masteringtables

Latest one are here : http://apps.jrebirth.org/masteringtables/3.0.0/

Build it

Requires Git, Java 8 and Maven.

git clone https://github.com/JRebirth/MasteringTables.git
cd MasteringTables/org.jrebirth.demo.masteringtables
mvn clean install -P WebStart,AutoJar,WinExe

How to Build Snaphot Versions

You can build RELEASE versions by simply using Maven Central or JCenter repositories to grab all dependencies.

As this project depends on 2 others repositories, if you want to build SNAPSHOT version you have 2 options:

Maven Settings.xml file to use oss.jfrog.org

<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <profiles>
    <profile>
      <repositories>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>libs-release</name>
          <url>https://oss.jfrog.org/artifactory/libs-release</url>
        </repository>
        <repository>
          <snapshots />
          <id>snapshots</id>
          <name>libs-snapshot</name>
          <url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>plugins-release</name>
          <url>https://oss.jfrog.org/artifactory/plugins-release</url>
        </pluginRepository>
        <pluginRepository>
          <snapshots />
          <id>snapshots</id>
          <name>plugins-snapshot</name>
          <url>https://oss.jfrog.org/artifactory/plugins-snapshot</url>
        </pluginRepository>
      </pluginRepositories>
      <id>artifactory</id>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>artifactory</activeProfile>
  </activeProfiles>
</settings>

About

Mastering Tables, a smart game that helps child to learn their Math tables

Resources

License

Stars

Watchers

Forks

Packages

No packages published