Update README.md

master
peajiqf6l 3 years ago
parent 12ab274e92
commit 518893f739

@ -1,2 +1 @@
# GUET_Flappy_Bird
This project adopts Python technology, in which pyGame module is mainly used to realize the operation of the game. Bird adventure is a bird flight game, which is developed by four independent game developers majoring in information security of Guilin University of Electronic Science and technology. In this game, players only need to use the mouse to control, click the interface, the bird will fly up, click constantly, it will fly high, do not click, it will fall rapidly. So the player should control the bird to fly forward, and then avoid the uneven pipes on the way. If the bird hits an obstacle, the game will end. Every time a bird flies through a set of pipes, the player will get a point. In the specific application development, we have realized three functions: good human-computer interaction interface, no abnormality in the operation of software, and durable storage of user data. Use the pyGame module to initialize the interface, define the size of the interface, load the beautiful pictures displayed on the interface, and give people a good visual feeling. PyGame in the module event. Get () is used to detect user events and judge the operations performed by users. The program determines which programs to run according to the user's operation and gives the user a good operation experience. For example, when the user clicks the screen, the bird will move upward. If not, the bird will fall. In this program design, the storage of user data is realized by recording the highest score in history. The program will compare the previous scores and display the highest score, and the highest score data will not be lost at the beginning of the next game. It will display the game over interface in the initial interface of the game, receive the score information of the previous interface for display, receive the previous highest score, and receive whether a new record has been generated. After running and debugging the code under different conditions, we found that all functions can run normally, the robustness of the program is also very strong, and there is no jam when running, and it runs very smoothly.

Loading…
Cancel
Save