Developing a Robocode type game with .Net, for a School Assignment

前端 未结 6 645
执笔经年
执笔经年 2020-12-01 16:48

I am currently in my final year at school, studying for a Higher National Diploma in Computer Studies, and basically in this final semester, we need to develop a Software Pr

6条回答
  •  心在旅途
    2020-12-01 17:21

    It's very feasible.

    I suggest starting with the back-end system and objects that respond to "compiled" robocode. What form that "compiled" code takes is all you.

    Then, create the interpreter for the robocode. Or, it sounds like you might just be able to make the .NET classes. That's a freebie on the hardest part.

    Finally, create any UI you might require...all set.

    You might want to have the robots compile as .dlls ...nonetheless, you just have to create the common interface for them, and functionality.

提交回复
热议问题