Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrebirth/masteringtables
Mastering Tables, a smart game that helps child to learn their Math tables
https://github.com/jrebirth/masteringtables
Last synced: about 2 months ago
JSON representation
Mastering Tables, a smart game that helps child to learn their Math tables
- Host: GitHub
- URL: https://github.com/jrebirth/masteringtables
- Owner: JRebirth
- License: apache-2.0
- Created: 2013-05-09T08:39:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T19:03:01.000Z (10 months ago)
- Last Synced: 2024-03-26T08:27:20.067Z (10 months ago)
- Language: Java
- Homepage: http://www.jrebirth.org/apps/MasteringTables.html
- Size: 1.37 MB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://www.jrebirth.org/apps/MasteringTables.html)
Current Build Status
[![Build Status](http://ci.jrebirth.org/buildStatus/icon?job=MasteringTables-master)](http://ci.jrebirth.org/job/MasteringTables-master/)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](http://git-scm.com/), [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven](http://maven.apache.org/).
git clone https://github.com/JRebirth/MasteringTables.git
cd MasteringTables/org.jrebirth.demo.masteringtables
mvn clean install -P WebStart,AutoJar,WinExeHow to Build Snaphot Versions
---------------------You can build __RELEASE__ versions by simply using [Maven Central](http://search.maven.org) or [JCenter](jcenter.bintray.com) repositories to grab all dependencies.
As this project depends on 2 others repositories, if you want to build __SNAPSHOT__ version you have 2 options:
* Use [oss.jfrog.org](http://oss.jfrog.org) repository into your maven settings to grap SNAPSHOT dependencies
* Build yourself [JRebirth-RIA-POM](https://github.com/JRebirth/JRebirth-RIA-POM) and [JRebirth](https://github.com/JRebirth/JRebirth) repositories
__Maven Settings.xml file to use oss.jfrog.org__
``` xml
false
central
libs-release
https://oss.jfrog.org/artifactory/libs-release
snapshots
libs-snapshot
https://oss.jfrog.org/artifactory/libs-snapshot
false
central
plugins-release
https://oss.jfrog.org/artifactory/plugins-release
snapshots
plugins-snapshot
https://oss.jfrog.org/artifactory/plugins-snapshot
artifactory
artifactory
```