A Set of "Memory" card games especially tailored to meet the needs of blind music students. Check out our YouTube video
Please take a look at the project roadmap To see currently open tasks, discussed ideas and submitted bugs
After cloning the code repository, Java 1.8 and Apache Maven 3.0.5 are required to be able to compile it. Ensure that Java and Maven version installed on your machine by running:
mvn -v
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.8.0_101, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
By looking at pom.xml you will see some plugins this project uses. Supposing that Maven runs correctly on your machine and you have configured this project as a Maven project, these plugins will be automativcally downloaded and installed upon compilation.
After compiling, in order for the standalone .jar file to be built, run these 2 commands:
mvn clean
mvn package
mvn assembly:single
mvn dependency:copy-dependencies
These tasks can also be accomplished more easily just by running
./build_project.sh
which is a UNIX executable file located at the root of the project.
- Java - 1.8
- Maven - 3.0.5
- IntelliJ - 16
- SciFY Development team - Initial work - SciFY
See also the list of contributors who participated in this project.
All images and sounds are licenced under CC BY 4.0
Copyright 2016
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.