antoiovi / MyLanguage

A Java swing application wich implements a game usefull to learn lenguages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyLanguage

A Java swing application wich implements a game usefull to learn lenguages

This is a simple game where there are some sentences that are scattered on the upper part of the screen. The player must drag them with the mouse in the right position in the lower pane to recreate the right sentence.

It is possible to load the own text file (in every language you want); every line of the file will be treated as a sentence.

History

Versione 1.0 : The game "put in order the sentence".

Compilation

$ mvn clean package

The file target/MyLanguage-1.0.jar will be created. Copy this file where ever you like.

Execution

In the directory where the MyLanguage-1.0.jar resides execute the follow command :

$ java -jar MyLanguage-1.0.jar 

Licensing

Creative Commons License
Creative Commons Attribution-ShareAlike 3.0 Unported License.

Antonello Iovino

About

A Java swing application wich implements a game usefull to learn lenguages


Languages

Language:Java 100.0%