Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 915 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 915 Bytes

School English Vocabulary Game

A classmate made a program using what they have seen in class. But his code was... hum horrible and it was in the console. So I decided to make it as a game using the same concepts but with a different approach. Using interfaces, and components. Of course instead of him I have published a .JAR file to make it easier to use.

How to use

  1. Go in the releases section and download the latest release.

  2. You'll need the Java VM (Version 17 or higher). I recommend you to use JRE.

  3. You have to create a "data" folder next to the jar file. Then put in this new folder your "vocabulary.txt" file. Into the vocabulary.txt file you have to write your vocabulary like this :

    • EnglishWord, MotFrançais
    • EnglishWord, MotFrançais
    • EnglishWord, MotFrançais
    • ...
  4. Then run the .JAR file. Enjoy !