Research on Modular Evaluation System of Computer Game Code

Mei Xian,Sun Wei,Deng Huanyin,Gao Xu,Gong Jiayi
DOI: https://doi.org/10.1109/ccdc.2018.8408323
2018-01-01
Abstract:Traditional computer games require participants to write the complete program code. They run their own program code on their own computers. In the condition of similar algorithmic function efficiency, if a participant uses a faster processor or larger memory, then he has more chances to win. Even looking at the interface of the other program and the slow input operation will put the player at a disadvantage. This paper describes the design and implementation of modular evaluation system of computer game code. It makes the game algorithm program which has the similar function or efficiency will not affect the outcome by unrelated operations. And participants do not need to write a complete program, including input and output, which not only reducing the difficulty of getting started,but also help to promote the computer game scientific research to gain popularity in more colleges and universities
What problem does this paper attempt to address?