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

前端 未结 6 626
执笔经年
执笔经年 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:35

    is this project feasible at all ?

    It sounds big. I don't know how much time you have. Here's a rule of thumb:

    • When the drop-dead due-date happens, if 90% of the system delivering 90% of the functionality is 100% complete, then you might say that the project is at least 90% successful.

    • OTOH if 100% of the software delivering 100% of the functionality is only 90% finished (i.e., is not finished) then nothing is finished and the project is a failure.

    A key to success, then, is "incremental development" and "continual delivery". Your project specification says:

    We need to develop a Software Project, that basically incorporates a whole system.

    To do this, I suggest:

    1. Create (i.e., design, develop, and test) a small whole system
    2. Repeat { backup or version control what you have; add a new, whole little bit to the system, and test it until it's satisfactory } until (you run out of time).

提交回复
热议问题