This is a simple pong built with Qt and the C++ programming language.
These instructions will get you started with installing and playing the game. See TODO section for upcoming features.
You will need to have a computer running window (version 8 up to 10) to install and play the game.
Download the game installation here: https://github.com/kandersonko/qt_pong_game or clone it.
To install the game:
- Download the zip file and unzip it
- Run Qt Creator or install it from Qt Creator
- Open the zip folder as a Qt Project and run it.
Screenshots
Use the UP AND DOWN arrow keys on your keyboard to move the paddle up and down respectively.
You Score a point if the ball passes the computer paddle and react the border of game area; you lose a point otherwise.
• Scores is not implemented yet
• The algorithm for the computer paddle moves needs to be refined
- Qt Creator - Qt Creator is a cross-platform C++, JavaScript and QML integrated development environment
- Koffi Anderson Koffi
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc