Tag:Open space
-
Push box games — C / C + + implementation
Push box must be a classic game of many people’s childhood. We can still remember the scene of holding an old man’s machine for entertainment. Today, let’s implement a simple push box game with Xiaobai blogger in C / C + +. Before formally writing the code, we must consider the overall idea of writing […]
-
[source code project + analysis] C language / C + + development to create a small project minesweeping game!
I have been writing hundreds of lines of small projects, so I wrote a console mine sweeping. I didn’t expect to finish the code by about 200 lines. However, considering that I was streamlined, enrichment was the essence. I sent out all of you to study, and saw that the program could run and play, […]
-
Vue push box games
preface I haven’t written much recently. It’s been a long time. It has been more than one year and nearly two years since I started learning. Compared with the beginning, my self feeling has not changed much, butThe motivation for learning seems to be absent from time to time. It’s like having no goal. I […]
-
Codeforces 1365D Solve The Maze
Main idea of the title: In a\(n * m\)In the matrix, there are open spaces, bad people, good people and walls. You can turn the open space into a wall to block the bad guys.\((n, m)\)For export, is there a scheme that enables all good people in the matrix to go to the export, while […]