How good is AI minesweeping? Other countries have come to seek teachers to learn skills (with a complete course)
Above
hello everyone! I'm classmate pear!
I hope you can support me! ha-ha
To thank everyone who cares about me: ๐ The project source code of each article is shared free of charge ๐ See the end of the text!
Many functions of csdn are still under research, and it's no wonder that Xiaobian's writing is not good. He will slowly improve ...
Posted by dc_jt on Sat, 08 Jan 2022 03:19:27 +0100
War epidemic interaction house home epidemic prevention, "destroy COVID-19" small game hot line up to (with complete source code)
preface
โ
Hello, hello! Today it's updated again ๐
I believe that during the epidemic period, my partners are the same as Xiaobian. Except for going to work, they just stay at home and contribute to the motherland
Under the new situation, the epidemic situation has been curbed, the trend has greatly improved, and everyone is very excit ...
Posted by tegwin15 on Fri, 07 Jan 2022 03:34:02 +0100
python game development (Snake game, Gobang game, big ball eating small ball game)
catalogue
1, Game development using Pygame
1. Make game window
2. Drawing in a window
3. Load image
4. Achieve animation effect
5. Collision detection
6. Event handling
2, Gobang
3, Snake game
1, Game development using Pygame
Pygame is an open source Python module, which is specially used for the development of multimedia applicatio ...
Posted by phillfox on Thu, 06 Jan 2022 15:35:30 +0100
Pygame develops Flappy Bird games
We continue to design. According to the previous section, we have designed birds and pipes. The rest is scoring and collision monitoring. The following is the design one by one.
According to the game assumption, when the bird flies over the pipe, the player's score is increased by 1 Here, the logic of flying over the pipeline is simplified: wh ...
Posted by liro on Sun, 02 Jan 2022 22:08:57 +0100
Implementation of enemy aircraft class in pygame research
Several problems of enemy aircraft should be solved in fighter Games:
1. Self drawing and related attribute management (multiple types of fighters can be realized)
2. Self movement control (linear movement, left swing and right swing, S random change)
3. The effect of being hit and the HP of different types of enemy aircraft (it's boring to ...
Posted by nedpwolf on Sun, 02 Jan 2022 18:05:36 +0100
Python game development, pygame module, python implementation of Gobang online game
preface
This time, let's write a simple game that supports online combat and a Gobang game that supports LAN online combat. No more nonsense. Let's start happily~
Effect demonstration
development tool
Python version: 3.6 four
Related modules:
pygame module;
PyQt5 module;
And some Python built-in modules.
Environment construction
Ins ...
Posted by laduch on Wed, 29 Dec 2021 04:37:37 +0100
[Pygame] plot stream recommendation: what kind of game plot can get everyone's favorite? (decisive battle against the top of the Forbidden City)
Foreword
Hello! Hello, everyone. I'm chestnut.
Plot is the core element of the game and one of the main sources of game immersion.
No matter what type of game it is, whether it takes the plot as the main playing point or not, excellent plot can always make a game shine.
I find ๐
Which plot of the tiktok game is pretty funny recently, an ...
Posted by madonnazz on Wed, 29 Dec 2021 00:23:59 +0100
python alien invasion project
python alien invasion project (I) python alien invasion project (II) python alien invasion project (III) python alien invasion project (IV) python alien invasion project (V) python alien invasion project (6) python alien invasion project (7)
Shoot aliens
Detect the collision between bullets and aliens
When a bullet hits an alien, we need to ...
Posted by BZero on Thu, 23 Dec 2021 10:27:19 +0100
[Pygame series] new version of thunder duel. The enemy and players have unique skills and burst fire ~ (upgraded version)
Introduction
"Flying in the blue sky is everyone's dream, but the dream must have a starting point. Now the starting point is in front of youโ
- Gu Muzi
โ
Hello, hello! Hello, I'm kimiko~
Update online every day. If you have time today, please upgrade the source code of the last aircraft war!
Lightning on the computer when I ...
Posted by Stevis2002 on Wed, 22 Dec 2021 01:36:27 +0100
Pop up window made by pgu in pygame (button / event trigger)
preface
Now more and more people use pygame to make small games, but pygame has no pop-up mechanism Generally, we will use tkinter library or pgu library to solve this problem The pgu library has not been introduced in a manual suitable for novices, but only the examples and descriptions of some functions in the download file. Therefore, ...
Posted by tomsasse on Sat, 18 Dec 2021 22:04:07 +0100