Use Python to visually analyze the data of tens of thousands of games of Jedi survival, and teach you to make the strongest chicken eating strategy~

Introduction Good luck, eat chicken tonight ~ today, I played with my friends to eat chicken and experienced various death methods. I was also ridiculed that there are 100 death methods for girls to eat chicken, such as being swung to death by fist, parachuting to the edge of the roof, playing chicken as a flying car, being killed by car skill ...

Added by daneilair on Thu, 24 Feb 2022 11:01:52 +0200

Raspberry pie smart car Python 3 program

1, Trolley device In the tutorial is the car device integrated on Taobao. In addition, I also bought some spare parts and configured my own car. https://detail.tmall.com/item.htm?id=608554421638&spm=a1z09.2.0.0.7e012e8d3NEMy0&_u=12kf16b6b4b Components include: 1. Trolley bottom plate (2), motor (4), wheel (4), DuPont wire, copper col ...

Added by SargeZT on Sat, 19 Feb 2022 21:14:42 +0200

[daily] 008_pygame restore push box

โ€ƒโ€ƒ push box can be said to be a very classic puzzle game, and the playing method is also very simple: players only need to control the character to move up, down, left and right to push the box on the map to the specified position, even if it is used as a game to pass customs โ€ƒ because of the simplicity of the playing method, t ...

Added by idotcom on Tue, 08 Feb 2022 14:18:52 +0200

Python project alien invasion (final) record score

Python project alien invasion (final) record score In this chapter, we will end the development of the whole game project. We will add a play button to enable players to start the game by clicking or restart the game after the game is over. At the same time, we will also modify the game to speed up the pace of the game when the player leve ...

Added by davex on Tue, 08 Feb 2022 12:26:44 +0200

Python AngryBirds complete code + explanation

python AngryBirds Game introduction Introduction: This game is a small pygame project based on the 2D engine library pymunk. After downloading and debugging the github project, it has been optimized. Pictures, music and other resources come from the resource files of angry birds' game. The game can be in the forum https://tieba.baidu. ...

Added by lillyapps on Wed, 02 Feb 2022 05:54:18 +0200

[Pygame actual combat] programming and mini games are popular, and "eliminate viruses and defend the city" is launched. The mini games show great potential

Introduction Hello, hello! I am mumuzi ~ today is another beautiful day! Approaching the Spring Festival, many people who work in other places all year round are ready to go home for the new year. Although the epidemic has been controlled, everyone All need the best protection Ha! We should always start to prevent the epidemic! Correctly we ...

Added by dotwebbie on Thu, 20 Jan 2022 18:48:36 +0200

Python game development, pygame module, python implementation of chemical skiing games

Previous review Python implements "Bunny and Bun" game Python implementation of eight tone symbol games Python puzzle games preface: In this issue, we will make a simple skiing game. No more nonsense. Let's start happily~ result The old rule is that we should look at the renderings first development tool **Python version: * ...

Added by flappy_warbucks on Sun, 16 Jan 2022 23:34:08 +0200

"Speed cut fruit game" has a Python version. Can the once popular mobile game be richer than the "second generation"?

preface 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 ๐Ÿ’“๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ Click here for the blue font. What source code do you need? Remember to say the title and name! I can also write private letters! Xiaobian has ...

Added by bobocheez on Sun, 16 Jan 2022 06:13:43 +0200

Teach you how to build a reinforcement learning environment and build a visual training game environment with pygame

Visual training environment Reinforcement learning is basically used for learning in many open source environments, It's enough for beginners to use gym gym is built based on pyglet, but it can't achieve a relatively tall effect, and it's not as good as pygame in many places pygame Pygame is a set of cross platform Python modules for creatin ...

Added by seraulu1 on Mon, 03 Jan 2022 09:31:20 +0200

Python game development, pygame module, python implementation of the reconstructed dinosaur jump game

preface Today, we will reconstruct a version of the little dinosaur jump game and share it with you. There is no more nonsense. Let's start happily~ Effect display development tool Python version: 3.6 four Related modules: pygame module; And some python built-in modules. Environment construction Install Python and add it to the envir ...

Added by blindtoad on Fri, 24 Dec 2021 10:43:44 +0200