15CE Space Shooter in C++

After we drew some fractals last week, we want to produce something more dynamic and interactive this time. The goal Disclaimer! Playing computer games endlessly, leads to neglegt of the real world, your health, and can harm developing children and teenager. Please be responsible and limit the gaming time. 免责声明: 无休止地玩电脑游戏会导致对现实世

17. Weltraum-Shooter

Nachdem wir letztens Wirbel im Computer animiert haben, wollen wir heute ein kleines animiertes Spiel produzieren. Das Ziel Warnung! Computerspiele lenken vom realen Leben ab. Das kann zur Vernachlässigung der realen Beziehungen, der Gesundheit führen, und kann die Entwicklung von Kindern und Jugendlichen beeinträchtigen und gefährden. Seid verantwortlich und begrenzt die Zeit für Computer- und Handy-Spiele. Warnung! Waffen und Kriege können verletzen und Menschen töten. Wenn diese Teil fiktionaler Spiele sind, heißt das nicht, dass sie harmlos wären.

07CE Factor Game

After we have tested people’s attention last time, we want to play some combinatorial game this time. 0. Our goal 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Factor game Please enter the limit (between 5 and 100): 10 Players are drawing numbers alternatingly.

13CE Mandelbrot in C++

After we drew a first fractal last week (the Tree of Pythagoras), we want to produce more mathematical art this time. The goal 0. The initial setup Using the QtCreator start a new Qt/Widget/C++-Project named “Mandelbrot” (derive the main widget from QtWidget), don’t specify any default language, and reduce the main program to: 1 2 3 4 5 6 7 8 9 #include <QtApplication> #include "mandelbrot.h" int main(int nArgs, char**

12CE Tree of Pythagoras

After we have been drawing moving eyes last time, we want to draw something more interesting. Our Goal 1. Setting up the Project With the QtCreator, you create a New Project … of type C++ Qt Widget Application. Give a memorizable name to the project, e.g. pythagoreanTree (毕达哥拉斯的树), but make sure the Build-System is cmake/minGW11. Call the main window “PythagorasTreeWidget” and