Diagram part - Software engineering
- Qin Huang
- Nov 21, 2021
- 1 min read
In the initial strategic planning for game development. One of the first important things we need is to make a perfect game flow chart. The game diagram will clearly show the meaning of each step of the game and the meaning of each node. It will be very easy to program games or discuss the content of the game in the future and will be of great help.

In addition, for the game button input, we use the traditional WASD four-button control, as well as some other skill buttons. Of course, in the settings of the game menu. We plan to allow players to change the reset button settings by themselves.

Although the game itself is a stand-alone game, at the end of the game we will have a global score leaderboard. This ranking will show the scores of all players in the world and will be recorded and ranked by the server. At this time, we also brought out a new topic that is server. The content of the server itself is relatively extensive, so I won't describe it here. We use diagrams to simply illustrate the contextual relationship between managers and servers and players.

Comentarios