An introduction to the topic
Guess number Games
GitHub links for two sources
Link:
Https://github.com/gaoshuhua/master
Three designed module test cases, test results
Import static org.junit.assert.*;
Import Org.junit.Test;
public class Gametest {
@Test
public void Test () {
Fail ("not yet implemented");
}
}
Four problems and solutions, experience
Through this course design, I have a more profound understanding of Java. Also have a deeper step of love, decided to work hard to learn Java, and can be better applied in the future work.
This design has gained a lot of valuable experience:
1) before designing the program, be sure to have a systematic, general understanding of the topics and content you want to design, and know what resources are included in the topics and content you are designing.
2) design program What programming language is not very important, the key is to have a clear idea and a complete software flow chart, all to first the design principles and ideas to clear, and then to draw out the flowchart, so the design is much simpler.
3) in the design process, can not be paranoid once the entire program design, "Repeated changes, continuous improvement" is the only way to program design, found that the error is also achieved results and a path.
Personal items-Guess numbers games