A desktop app made with Java Swing which has games and information about Valencian literature.
A desktop application that allows you to study Valencian literature while having fun and playing! It has a memory cards gamemode to pair cards that contain an author's name and a random fact about some author, when you pair the cards correctly, they disappear. You can press the "Reinicialitzar" button to reset the cards and keep playing. Everytime you press that button or you open the memory cards game again, the window is filled another random authors and facts in a different order. There's also a gamemode called FlashCards where you can see authors with their birth date and when pressing on an author, a window will appear with the most important information about the author.
The program is fully made with Java 17 using Java Swing.
A little intro about the installation. The first thing that you MUST have in mind is that you need at least Java 17 installed.
The only thing you need to do is go to the releases section of this repo and download the .exe (if you are on Windows)
or the .jar (that works on every operative system but you need to have the JRE aka. Java installed on your computer).
->Releases<-
Instructions:
Modify the code and open a pull request. I'll check the pull request. If everything's okay, it will be implemented and released as a new version.
A list of frequently asked questions.
- I discovered a bug, where should I report it? In the Issues section of this repo.
- Do I need to have Java installed? Yes, you need at least Java 17 to run the application properly.