Super magic modified alien invasion games - 01

catalogue 1, Reproduction of original version The source code of the original version 1.0 is available for free at: 2, Magic change ideas 1. Eye catching UI interface 2. Realize the diversification of maps, monsters and blood volume 3. Realize the game mall and enrich the financial system III. to be continued Many friends are from pyth ...

Added by jwb666 on Wed, 19 Jan 2022 13:29:41 +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

Java simulation key Wizard - Introduction to basic concepts

โ€ƒ the code in the previous article shows that Java can operate the keyboard and mouse perfectly. This is the basis of the button wizard. Here are some basic concepts and principles to facilitate the understanding of development ideas. For senior developers, you can skip this chapter directly. Screen coordinate system The origin O(0,0) of ...

Added by dsoftnet on Sun, 16 Jan 2022 15:05:42 +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

Boring weekend, write a minesweeping game in Java

It's boring at the weekend. I wrote a minesweeping program in Java. Speaking of it, it should be fun to write it at school. After all, it's fun to implement a small game by myself. To be honest, the core thing in the minesweeping program can only trigger the step of updating data when clicking. Swing is out of date, but fun won't be out of date ...

Added by kikki on Tue, 11 Jan 2022 03:49:49 +0200

[UE4 C + +] generate character within the specified area

preface This article will tell you to generate roles within a specified range. Create C + + files Right click the blank area of the folder, create a new C + + file, and inherit the Actor class. . h file Adding a box component is mainly used to specify the creation range. UPROPERTY(VisibleAnywhere, BlueprintReadOnly) class UBoxComponent* ...

Added by MidOhioIT on Mon, 10 Jan 2022 23:09:53 +0200

Unity learning notes -- how to use the object pool to generate game objects gracefully and easily

preface Recently, I reviewed my FPS project and found that the object pool code I wrote before is almost hard to see... Plus I recently learned the factory model. I optimized my object pool code. After updating: the code is more concise, easier to understand, easy to operate, and the code coupling is reduced. Prepare in advance Note: thi ...

Added by Benjigga on Tue, 04 Jan 2022 19:17:43 +0200

Python game development, pygame module, python implementation of brick games

preface: In this issue, we will use python to make a brick playing game. There is no more nonsense. Let's start happily~ Effect display [external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-rdjcy4gn-1628066851206)( https://p3-juejin.b ...

Added by starnol on Sun, 02 Jan 2022 20:23:52 +0200

Eight classic projects suitable for Python practice are interesting and practical. It is necessary to improve python programming ability!

preface Hello, CSDN friends! I'm Marmon! Several articles have been posted before, although they have brought me a lot of fans, But it also brought some disputes (people with low self-esteem dare not reply...)! The big man in the screenshot below probably hasn't read my previous articles. I just have a new man who has just changed his career ...

Added by Liam-PHP on Fri, 31 Dec 2021 21:49:18 +0200

Unity programmable rendering pipeline series tutorial: Custom shaders

preface โ€ƒ โ€ƒ Jasper Flick Unity programmable rendering pipeline series tutorial: Custom shaders. This tutorial shares how users can build simple shaders from scratch on the basis of existing rendering pipelines. The original link can be found at the end of the blog. โ€ƒ โ€ƒ Custom unlit shader 256 spheres, single drawing instruct ...

Added by vishwavivek on Thu, 30 Dec 2021 00:35:28 +0200