EE308 LAB4

The Link Your Class https://bbs.csdn.net/forums/MUEE308FZ
The Link of Requirement of This Assignment https://bbs.csdn.net/topics/601188617
MU STU ID and FZU STU ID19105339 831902126
Teammate's MU STU ID and FZU STU ID19103816 831902130
Teammate's blog link...
GitHub link...
Video demo link...

1. GitHub Repository

2. PSP Form

Personal Software Process StagesEstimated Time(min)Actual Time(min)
Planning3060
· Estimate3060
Development17102175
· Analysis6080
· Design Spec4040
· Design Review3030
· Coding Standard2015
· Design500800
· Coding8001000
· Code Review200150
· Test6060
Reporting160240
· Test Report120180
· Size Measurement2020
· Postmortem & Process Improvement Plan2040
合计19002475
WeekNew code (line)Cumulative code (line)Learning time this week (hours)Total Learning time (hours)Important growth
1单元格单元格1010单元格
2单元格单元格31.2541.25单元格

3. Key and Difficult Functions or Programming Thinking

Key Points:

  • Give the final results based on dices accordingly.
  • Give the final results based on dices accordingly.
  • To implement the pre-designed detailed functions one by one carefully.

Difficult Points:

  • As two robotics students, we have never learned how to implement the mini-program, with weak pre-knowledge about wxml, wxss and js, requiring us to learn hard.
  • The game mode is divided into single-player and multiplayer modes, with the single-player mode being less difficult, while multiplayer is more complex and requires ranking based on the results of several people.
  • The interaction between pages is strong with complex logic.

4. Events that take a long time during working

  • The error with "[渲染层网络层错误] Failed to load local image resource..." happens frequently. The reason is that the asynchronous request takes a certain amount of time, and the small program starts to load as soon as it enters the page, but the request speed does not keep up with it. At this time, when the page is loaded, the value in the image is empty, and errors in the rendering layer and network layer will occur. Eventually, we solved this problem by using the WeChat applet cloud to store images and adjusting the image paths.

  • The external link of background music has been looking for a long time due to a series of reasons such as copyright.

5. The Video Demonstration of Software Running

6. Working Experience Photo

7. Pair Programming Experience

Teamwork is an exactly amazing experience as you need to know how to balance the whole workload for two guys and how to maximize the strengths of those. This pair programming experiment assignment seemed impossible to complete, and just thanks to having a partner so it was able to complete on time. When a single person meets a problem, it often takes a long time to find a solution. Making sense when you have a partner, problem-solving becomes faster and more efficient than when you work alone.
To conclude, this lab lets us be fruitful, especially in the implementation of small programs, having a qualitative leap. Actually, we are very grateful to Prof. Zhang and our TAs to enable us to have the pair programming experience of this lab.

mark