git clone --recurse-submodules https://github.com/iam-peter/phong-cpp.git
The build process is still partially broken. To be able to build it you need to deactivate shadow build if you are using QtCreator.
Qt 5.13.0 (minExtend
and maxExtended
for QGeometry
)
Let's start series of simple Qt challenges in which we'll try to build often well known mini games or mechanisms by using our green framework.
#1 Qt task - Pong
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.
Requirements:
- Simple interface, built without using assets
- Counting and displaying points
- Steering for at least one player
This task is rather simple one, which has to be a kind of warmup. But if you need something more sophisticated - just free your imagination and tune pong game as you wish! Share your solution as a git link to start discussion about used Qt features and compare it to the others!