This project is typing game. User has to type the correct word as much as user can before the time run outs. (Project for Object Oriented Programming II Course)
- Kanchanok Kannee 5910545639 (@mailtoy)
- Noppawan Kulchol 5910545728 (@Septima777)
Candy project is a game. It is a game in which you have to type the correct word as much as you can before the time runs out. This game comes with a story. There is a candy factory which produces delicious candies and there is a girl who wants to steal these candies from the factory. In order to keep this factory safe, you need to type the exact same word that will appear on the candy before the girl steals it(or time runs up).
- Counting scores of user. The score will increase when user press the correct letter on the keyboard.
- Time bar. When start the game, time bar will become lower and when time bar is empty it means end this game.
- Pressing the keyboard. User must press the correct letter (that show on the screen) on the keyboard so that candies will be safe from a girl that want to steal it.
- Replay. When the game is over, user can play it again.
- High score. The game will record the high score.
- Ranking. User can see the highest score and see others.
- Login. Because of ranking, user can compete others so user have to login for collect their score.
- Sign up. If user never play the game, user has to sign up.
- Required Library
- ormlite
- ormlite-core-5.1 - http://ormlite.com/releases/5.1/ormlite-core-5.1.jar
- ormlite-jdbc-5.1 - http://ormlite.com/releases/5.1/ormlite-jdbc-5.1.jar
- mysql-connector - https://github.com/mailtoy/CandyGame/blob/master/src/sql/mysql-connector-java-5.1.42-bin%20(1).jar
- ormlite
- Download all of jar files : https://github.com/mailtoy/CandyGame/blob/master/CandyGame_Project.jar
- Run CandyGame.jar file
- Database
- phpMyAdmin
- ormlite
- xampp
- User Interface
- Javafx 8
- Singleton
- MVC (Model View Controller)