Simple implementation of DirectX12 magic cube

Simple implementation of DirectX12 magic cube I've been watching DirectX12 recently. I want to write a little thing to practice my hand. There has always been an idea to make a program to simulate the magic cube. I feel it has nothing to do with DirectX12. Let's be familiar with the source code of DirectX12 3D game development practice. design ...

Added by sx on Sun, 30 Jan 2022 01:24:27 +0200

Random fight Westward Journey 2 automatic coin collection script

Article catalogue prefaceI Slide Click & screenshotII Picture comparison3, Character recognition4, Linkage with Excelsummary preface Random fighting is just an old Netease abandon game. Well, although, as an amateur coin dealer who enjoys a certain popularity in the Android 2 theater, I don't have 100 numbers in my head every day ...

Added by prowley on Sat, 29 Jan 2022 15:24:47 +0200

Implementation of minesweeping game (C language detailed version)

catalogue preface Realization idea Design of game framework Game interface design Implementation of game operation Function function Initialization function Print chessboard Lay thunder Determine whether the game is over Calculate the number of nine palaces of gnere Extended demining Mark mine Check thunder source file game.h ...

Added by altumdesign on Fri, 28 Jan 2022 07:02:48 +0200

P1080 [NOIP2012 improvement group] king game

Title Description On the national day of HH, the king invited NN ministers to play a prize game. First, he asked each minister to write an integer on his left and right hand, and the king himself wrote an integer on his left and right hand. Then let the}nn ministers line up and the king stand at the front of the line. After lining up, all mini ...

Added by dirty_n4ppy on Thu, 27 Jan 2022 22:22:50 +0200

A group of people were playing the game of "three times out of the circle" and asked the last person to stay who was in the first place?

The meaning of this question is: there are n students reporting in a circle (1 ~ 3). The students who report to 3 quit the circle, and the remaining students continue to report until there is one left. Ask the remaining students what the original serial number is? For example: seven students are playing this game  @        @         @     ...

Added by mimcris on Wed, 26 Jan 2022 11:55:46 +0200

[Turn on the C Language bald journey] Minesweeper Game

hello, minasan. Remember who had great fun with big-bottom computers and playing minesweeping with friends before? Take advantage of the last small tail at the end of the year to learn how to use C language to implement a simple version of the Minesweeper game! Finished Product Display: Catalog 1. Ideas Analysis 2. Included header fil ...

Added by fuzzy1 on Wed, 26 Jan 2022 08:55:52 +0200

Unity game example development collection of CutFruit (fruit ninja) leisure games for rapid implementation

Unity game example development collection of CutFruit (fruit ninja) leisure games for rapid implementation catalogue Unity game example development collection of CutFruit (fruit ninja) leisure games for rapid implementation 1, Brief introduction 2, Cut fruit (fruit ninja) game content and operation 3, Relevant description 4, Game code f ...

Added by greywire on Sat, 22 Jan 2022 03:49:58 +0200

Template method pattern

Template method pattern purpose Template method: when the steps are determined and fixed, the details of each step are differentiated in multiple subclasses through polymorphic mechanism, which is the effect that template method can achieve; classification Template method mode: it belongs to behavior mode in design mode; Specific examples ...

Added by daedlus on Thu, 20 Jan 2022 19:00:22 +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

Block baking + dynamic mount lightmap

Because Xiaohei is still a chicken just exposed to rendering and baking, Some big guys see this article, please give advice. Thank you. Based on: URP (lightweight rendering pipeline) HDRP, I think there should be no problem. After all, it is professional The leader arranged a task for Xiaohei these two days, that is, baking the big map in b ...

Added by imagenesis on Thu, 20 Jan 2022 01:03:54 +0200