pong game project based on qt's qml
In task number one the goal is to create Pong game. Probably all of you are familiar with this game in which two players are trying to get the point by buncing back the dot so that the opponent does not.
- Simple interface, built without using assets
- Counting and displaying points
- Steering for at least one player
Simple Qt Pong game with a logic written in javascript, didn't use any js.math methods just simple comparison states.
- Add pop up start window for players to add their names.
- Create some kind of levels.
- Add some visual and or sound effects when the ball collides, player wins.
- Add end game screen to show player winner with a new game button.