A Desktop GUI Game/App about Guessing the Price of a Product of all Genres.
The Concept is pretty simple. This game aims to see how well you know the prices of your products. You see various products from amazon and are supposed to guess their prices. It is largely a conceptual learning exercise, as I wanted to learn how to manage various databases, connect to them as well as get better at GUI. This was a perfect and simple base to start with and execute experiements on, which also creating a template for me to add these features to any other Swing game or App that I can make.
Refer to The Goals Of this Project to know more about this.
- It scraps data from amazon and stores it in a csv and or mongodb
- It then reads from that database to show you the name and the image of a product
- You then guess the price, and are rewarded score depending on the amount of time you have left before you choose.
- As you exist the Logged in Users score gets saved, which is used to Display the Highscores.
- Download the .jar file from the releases when it is released that is.
- Navigate there from your terminal
java -jar ./How_Much.jar
should Launch it.
- Update Database button doesnt really work perfectly well so fix that
- The Options are too hard to guess and so fix that.
- Create Jar file lesser thats small
- Fix File locations.
- Export the jar file and release it.
- Test on other computers.
- Clear Unnecessary Outputs.
- UPDATE THE GIFS OR RESIZE IMAGES
- Add the option to like custom look for topics on amazon and guess them only. Try to do this by creating a screen for updating the database with a few buttons, and textfield for entering the stuff.
- Fill this Readme up properly.
This was made from a lot of googling and StackoverFlow question answers. The Idea and Code was written by me. Credits to Teachers, Friends, their Opinions and creative help given by them which led to making this game. This was done as an effort to create my Project for a CSE Second Year subject Object Oriented Programming in Java. I cant believe that I have come this far. Thanks and Lots of Gratitude to everyone involved in this Journey! I had a total blast making this Game.